Authentication

Verifies user or application authentication

Takes a user's login ID and password and checks them against the user rolls.

If the user is found and authenticated, a session is created.

Otherwise the system will return an 'authentication failed' message.

post/api/v1/authentication

Request body

userIdstring required
passwordstring required
rememberMeboolean
backEndLoginboolean
languagestring
countrystring

Response

User authentication successful

i18nMessagesMapobject
permissionsstring[]

Changes

No recorded changes to this endpoint across all 1 revision of this API.