The unique identifier (UUID) of the group to delete
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
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
Authentication
Body
List All Admission Rules
Retrieves all admission rules configured for the tenant, showing the complete set of access control conditions that govern network access.
Response
application/json
Response
Successfully retrieved admission rules
Allowed values:ALLOWDENYCUSTOM
Authentication
Update Admission Rule
Modifies the configuration of an existing admission rule including its name, rule logic, and time constraints. Changes affect access control immediately.
Path Parameters
The unique identifier (UUID) of the admission rule to update
Body
application/json
Body
The admission rule data to update
UpdateAdmissionRuleDto
Response
application/json
Response
Successfully updated the admission rule
AdmissionRuleDto
Allowed values:ALLOWDENYCUSTOM