Authenticate a user
post
Body
passwordstringRequired
usernamestringRequired
Responses
200
User authenticated.
application/json
201
A second authentication factor is required. Verify one of the listed methods with the matching /api/v1/auth/{method} endpoint.
application/json
401
Invalid credentials or user groups are not synced.
application/json
403
License user limit reached.
application/json
429
Too many failed login attempts for this user.
application/json
500
Unable to authenticate user.
application/json
post/api/v1/auth
Last updated
Was this helpful?