To retrieve available privileges from Security Manager
GET {{baseUrl}}/privileges
This is an operation to show all the privileges.
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Accept | string |
RESPONSES
status: OK
{"links":{"self":"/privileges"},"data":[{"id":"consectetur","type":"Privilege","attributes":{"name":"Privilege name","description":"Privilege description"}},{"id":"laboris quis non","type":"Privilege","attributes":{"name":"Privilege name","description":"Privilege description"}}]}