v1

latestOpenAPI 3.0.0CoreStack Inc License2026-07-248001,5071.7 MB
UserGroups

Update UserGroup

user group update within a CoreStack tenant and assign different set of roles to different users.There can be multiple user groups within a CoreStack tenant. User group will be updated at the tenant level

post/v2/user_groups/item/{group_id}

Request body

group_namestring required

The unique group name for the user group to be created.

tenant_idsstring[] required

ID of tenants to assign to UserGroup

rolesstring[] required

List of role IDs to assign to UserGroup

usersstring[] required

List of users IDs to assign to UserGroup

Response

Success

created_bystring

Name of the user who created this user group

created_atstring date-time

When the user group was created

updated_bystring

Name of the user last updated this user group

updated_atstring date-time

When the user group was last updated

group_namestring

Name of the user group

tenant_idsstring[]

ID of tenants within the CoreStack account

rolesstring[]

List of role IDs assigned to UserGroup

usersstring[]

List of users IDs assigned to UserGroup