Get a single group

Enterprise feature

Get a single user group by group id

Authentication

Authorizationstring
API key needed to access this API
OR
AuthorizationBearer
API key needed to access this API, in Bearer token format

Path parameters

groupIdstringRequired

Response

groupSchema
namestring
The name of the group
idinteger or null
The group id
descriptionstring or null
A custom description of the group
mappingsSSOlist of strings or null
A list of SSO groups that should map to this Unleash group
rootRoledouble or null
A role id that is used as the root role for all users in this group. This can be either the id of the Viewer, Editor or Admin role.
createdBystring or null
A user who created this group
createdAtstring or nullformat: "date-time"
When was this group created
userslist of objects or null
A list of users belonging to this group
projectslist of strings or null
A list of projects where this group is used
userCountinteger or null>=0
The number of users that belong to this group
scimIdstring or null
The SCIM ID of the group, only present if managed by SCIM

Errors