authentication

Login user.

Azure user.

post/api/v1/authentication/azure/login

Request body

codestring required

Authentication code.

redirectUristring base64url required

Redirect URI.

Response

Successful Response

statusinteger required

Status code of authentication.

accountstring required

User account.

accessTokenstring nullable

Access token, used ar Bearer token for accessing endpoints.

sessionTokenstring nullable

Session token required for account verification and password change.

rolesUserAccessRoles[] required

User access roles.

Changes

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