Skip to main content

Authenticate a user with username and password

POST 

/api/auth/login

Validates the provided credentials against the account identified by the short GUID. Returns a JWT app token and refresh token on success. Returns specific error responses for locked-out accounts, expired passwords, or users not permitted to log in.

Request

Responses

Returns the JWT app token and refresh token.