LookupUser
This method looks up the provided userID against the contacts table and returns the userID and ESF GUID if available.
API | Description |
---|---|
POST api/LookupUser |
This method looks up the provided userID against the contacts table and returns the userID and ESF GUID if available. LookupUser end point allows OCP to verify if a userID has access to the portal. |
MigrateUser
This method will associate the new ESF userid with an existing portal user. This method will set the ESF GUID, ESF, UserID and ESF email address and remove the existing password from the corresponding record in the billing..contacts table.
API | Description |
---|---|
PUT api/MigrateUser |
This method will associate the new ESF userid with an existing portal user. This method will set the ESF GUID, ESF, UserID and ESF email address and remove the existing password from the corresponding record in the billing..contacts table. |
GetAuthorizationLevel
Retrieve 'authorization levels' for a user identified by their ESF GUID
API | Description |
---|---|
POST api/GetAuthorizationLevel |
Retrieve 'authorization levels' for a user identified by their ESF GUID |
Authenticate
This method will allow OCP to verify the credentials of a user when the user is migrating. The api will also return the authorization levels for the user.
API | Description |
---|---|
POST api/Authenticate |
This method will allow OCP to verify the credentials of a user when the user is migrating. The api will also return the authorization levels for the user. |