Create a new group
Enterprise feature
Create a new user group for Role-Based Access Control
Authentication
Authorizationstring
API key needed to access this API
OR
AuthorizationBearer
API key needed to access this API, in Bearer token format
Request
createGroupSchema
name
The name of the group
description
A custom description of the group
mappingsSSO
A list of SSO groups that should map to this Unleash group
rootRole
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.
users
A list of users belonging to this group
Response headers
location
The location of the newly created resource.
Response
The resource was successfully created.
name
The name of the group
id
The group id
description
A custom description of the group
mappingsSSO
A list of SSO groups that should map to this Unleash group
rootRole
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.
createdBy
A user who created this group
createdAt
When was this group created
users
A list of users belonging to this group
projects
A list of projects where this group is used
userCount
The number of users that belong to this group
scimId
The SCIM ID of the group, only present if managed by SCIM