cURL
auth
Post apiv1authrolesadd roles to department
Add existing realm roles to a department.
Request Body:
{
"department_id": "uuid",
"roles": [
{
"keycloak_role_id": "uuid1",
"name": "Role 1",
"description": "Description for Role 1"
},
{
"keycloak_role_id": "uuid2",
"name": "Role 2",
"description": "Description for Role 2"
}
]
}
POST
cURL
Documentation Index
Fetch the complete documentation index at: https://docs.capedigital.co.ke/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Enter your JWT token in the format: Bearer
Response
200
No response body
