GET /tenant-management/api/admin/roles

As of Versionproduct version 2020 Winter | component version 1.0
Request MethodGET
Response FormatJSON
Description

Gets all roles.

Required user role: YUUVIS_TENANT_ADMIN

Meaning of the response status codes:
HTTP Status CodeMeaning
200 OKSuccessful, all roles have been read.
401 UNAUTHORIZEDThe call was unauthorized.
Request Example

GET /tenant-management/api/admin/roles HTTP/1.1

Response Example
response body
[

  {​
     ​"name": "QualityManager",
     "description" :"A quality manger has to release documents"
  }​​,
  ...
]