Update group
PUT /api/v1/auth/groups/ — updates name/description in Keycloak and DB.
Authorizations
Enter your JWT token in the format: Bearer
Path Parameters
Body
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.
Response
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
