Authenticate user login
POST/users/login
Authenticates a user. You must have an API token with the users:read
scope. You can also provide a firebase JWT token.
Responses
- 200
- 401
- 404
success
Invalid Token
User does not exists
POST/users/login
Authenticates a user. You must have an API token with the users:read
scope. You can also provide a firebase JWT token.
success
Invalid Token
User does not exists