LookupUser

This method looks up the provided userID against the contacts table and returns the userID and ESF GUID if available.

APIDescription
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.

APIDescription
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

APIDescription
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.

APIDescription
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.