Login with Username and Password

Prev Next
Post
/api/v1/login
  • Although none of the body parameters are required, it's mandatory to include either the user AND password or only the resume parameter.

  • To authenticate a request, you need to pass the userId and authToken values from this JSON response object as headers in the request. The authToken is passed as X-Auth-Token header, while the userId as X-User-Id header.

  • If LDAP authentication is enabled, you must maintain the login in the same way as you normally do. Similarly, if 2FA is enabled for an LDAP user, everything stays the same.

Version Description
1.0.0 Added avatarUrl property to response
0.64.0 Added me property.
0.60.0 Added
Body parameters
object
user
string

Your user name or email.

Examplemyusername
password
string

Your pasword.

Examplemy$up3erP@ssw0rd
resume
string

Your previously issued authToken.

Example9HqLlyZOugoStsXCUfD_0YdwnNnunAJF8V47U3QHXSq
code
string

The 2FA code. It is required if your account has two-factor authentication enabled .

Example2246d10
Responses
200
Collapse all
object
status
string
data
object
authToken
string
userId
string
me
object