Get group type for groupType (name)
GET/groups-srv/grouptypes/:groupType
This API call retrieves group type for groupType (name).
Parameters:
groupType(path, required): The unique group type identifier to retrieve
Validation Rules:
groupType: Required, must be a valid group type name, case-sensitive- Group type must exist in the system
Usage:
- Use this endpoint to retrieve detailed information about a specific group type
- Useful for understanding which roles are allowed for user groups of this type
- The group type name must match exactly (case-sensitive)
Request
Responses
- 200
- 401
- 404
OK
UNAUTHORIZED
group type not found