GET /tenant-management/api/system/tenants/{tenant}/roles
As of Version | product version 2020 Winter | component version 1.0 | ||||||
---|---|---|---|---|---|---|---|
Request Method | GET | ||||||
Response Format | JSON | ||||||
Description | Gets all roles of the specified
Meaning of the response status codes:
| ||||||
Request Example |
| ||||||
Result Example | response body [ { "name": "QualityManager", "description" :"A quality manger has to release documents" }, ... ] { |