login

Log in user and return login info

Log in user and return login info:

  • token: Bearer access token that can be used for authentication
  • roles: Labels of user groups that user can see
  • permissions: Permissions (octal) of the user in the MIRO Server namespace
post/login

Request body

usernamestring required
passwordstring required

Response

Successful Response

tokenstring required
rolesstring[] required
permissionsstring required

Changes