Response will include a list of all role privileges available in the system. The user making the request must have the 'Security Template Management' role privilege. All role privileges will be returned by default. User can pass 'enabled' or 'disabled' as a path parameter to return only enabled or disabled role privileges. The user making the request must have Role Management privilege.
Average Response Time: 188ms
Success
Unauthorized. Missing Authorization or AccessToken or Access Token expired
Forbidden. Missing X-API-key
{- "privileges": [
- {
- "id": "9a265a28-14ed-472b-943b-e0f2b3f15c3d",
- "name": "Download",
- "status": "enabled"
}
]
}