GET /api-web/api/idm/roles
As of Version | product version 2023 Spring | ||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Request Method | GET | ||||||||||||
Response Format | JSON | ||||||||||||
Description | This Request retrieves all roles matching the search string. (Technical roles are filtered out) The conditions are specified via the following optional query parameters:
Response HTTP status codes:
| ||||||||||||
Request Example |
no request body | ||||||||||||
Response Example |
[ { "name": "TEST_ROLE", "description": "Example role" }, { "name": "EXAMPLE_ROLE", "description": "Role containing word test in its description" } ] |