The unique identifier (UUID) of the group to update
Update User Group
Modifies the configuration of an existing user group including its name, description, role assignments, and other settings.
Path Parameters
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
Authentication
Path Parameters
Admission Rules
Access control rules and conditions
Create Admission Rule
Creates a new admission rule that defines conditions for allowing or denying access to network resources. Admission rules can include time constraints and custom logic for fine-grained access control.
Body
application/json
Body
The admission rule data to create
CreateAdmissionRuleDto
Response
application/json
Response
Successfully created the admission rule
AdmissionRuleDto
Allowed values:ALLOWDENYCUSTOM