v2

latestOpenAPI 3.1.02026-07-262937191.0 MB
beta.admin.user-groups

Get User Group

Get a specific user group.

get/v1/admin/user-groups/{group_uuid}

Path parameters

group_uuidstring uuid required

User group ID.

User group ID.

Response

OK

uuidstring uuid required

User group ID.

namestring required

Name of the user group.

descriptionstring nullable required

Optional description of the user group.

externally_managedboolean nullable

Whether the group is managed by an external system.

target_type'W' | 'O'
organization_rolestring nullable

Organization role assigned to the group.

Example response

{
  "name": "Engineering Team",
  "description": "Members of the platform engineering team"
}