Get all roles

GET /api/security/role

Query parameters

  • If true and the response contains any privileges that are associated with deprecated features, they are omitted in favor of details about the appropriate replacement feature privileges.

Responses

  • Indicates a successful call.

GET /api/security/role
curl \
 --request GET http://localhost:5622/api/security/role \
 --header "Authorization: $API_KEY"