# (NEW!) Retrieve Role Privileges 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 Endpoint: GET /roles/privileges Version: 1.5 Security: ApiKeyAuth, BasicAuth ## Header parameters: - `X-API-Key` (string, required) Customer-specific API key required to invoke API. - `Authorization` (string, required) Provided by Authentication Token creation operation ## Response 200 fields (application/json): - `privileges` (array) - `privileges.id` (string) The unique identifier for the role privilege. Example: "9a265a28-14ed-472b-943b-e0f2b3f15c3d" - `privileges.name` (string) The name of the role privilege Example: "Download" - `privileges.status` (string) Status of the role privilege for the customer account. Enum: "enabled", "disabled" ## Response 401 fields (application/json): - `message` (string) - `detail` (string) ## Response 403 fields (application/json): - `message` (string) - `detail` (string)