v18

latestOpenAPI 3.1.0raw.githubusercontent.com2026-06-30111452.5 KB
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