Groups
Get group details
GET /api/v1/auth/groups/
GET
Get group details
Authorizations
Enter your JWT token in the format: Bearer
Path Parameters
Response
200 - application/json
Serializer for Group — a Keycloak group scoped to a department.
On write, supply department_id. On read, the full department object
is returned. The keycloak_id field is read-only — set by the server
at creation time and must never be changed by the client.
Name of the group, e.g. 'Commercial Operations'. Normalized to title case with single spaces on write.
Serializer for Department.
Keycloak realm this group belongs to
Get group details
