The group data to create
Create User Group
Creates a new user group with assigned roles and permissions. Groups provide a way to manage multiple users with similar access requirements efficiently.
Body
application/json
Body
Response
application/json
Response
Successfully created the group
GroupDto
User role definition with specific permissions and capabilities
Show Child Parameters
Show Child Parameters
Authentication
Body
List All User Groups
Retrieves a paginated list of all user groups in the tenant, including their role assignments, member counts, and configuration settings.
Query Parameters
Response
application/json
Response
Successfully retrieved groups
PaginatedDto
Authentication
Query Parameters
Update User Group
Modifies the configuration of an existing user group including its name, description, role assignments, and other settings.
Path Parameters
The unique identifier (UUID) of the group to update
Body
application/json
Body
UpdateGroupDto
Response
application/json
Response
GroupDto
User role definition with specific permissions and capabilities
Show Child Parameters
Show Child Parameters
Authentication
Path Parameters
Body
Get Group Details
Retrieves comprehensive information about a specific user group including its members, assigned roles, permissions, and configuration settings.
Path Parameters
The unique identifier (UUID) of the group
Response
application/json
Response
Successfully retrieved the group
GroupDto
User role definition with specific permissions and capabilities
Show Child Parameters
Show Child Parameters
Authentication
Path Parameters
Remove User Group
Permanently removes a user group from the tenant. This operation will also remove all group members and revoke group-based permissions.
Path Parameters
The unique identifier (UUID) of the group to delete
Response
Response
Successfully deleted the group