GET /tenant-management/api/idm/roles

As of Versionproduct version 2022 Spring | component version 1.4.0
Request MethodGET
Response FormatJSON
Description

Gets all roles of the tenant of the requesting user.

Required user role: none

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/idm/roles HTTP/1.1

Response Example

[

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