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
CreateAdmissionRule
Data required to create a new admission rule
Rule logic or condition for the admission rule
Example:user.department == 'Engineering'
Human-readable name for the admission rule
Example:Engineering Department Access
Whether this rule includes time-based constraints
Example:false
Response
application/json
Response
Successfully created the admission rule
AdmissionRule
Complete admission rule information with configuration and metadata
Unique identifier for the admission rule
Example:550e8400-e29b-41d4-a716-446655440000
Timestamp when the rule was created
Example:2023-01-15T10:30:00Z
Timestamp when the rule was last modified
Example:2023-01-15T10:30:00Z
Human-readable name for the admission rule
Example:Engineering Department Access
Type of admission rule (ALLOW, DENY, or CUSTOM)
Allowed values:ALLOWDENYCUSTOM
Example:ALLOW
Whether this rule includes time-based constraints
Example:false
Rule logic or condition for the admission rule
Example:user.department == 'Engineering'
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
Complete admission rule information with configuration and metadata
Unique identifier for the admission rule
Example:550e8400-e29b-41d4-a716-446655440000
Timestamp when the rule was created
Example:2023-01-15T10:30:00Z
Timestamp when the rule was last modified
Example:2023-01-15T10:30:00Z
Human-readable name for the admission rule
Example:Engineering Department Access
Type of admission rule (ALLOW, DENY, or CUSTOM)
Allowed values:ALLOWDENYCUSTOM
Example:ALLOW
Whether this rule includes time-based constraints
Example:false
Rule logic or condition for the admission rule
Example:user.department == 'Engineering'
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
UpdateAdmissionRule
Data for updating an admission rule
Rule logic or condition for the admission rule
Example:user.department == 'Engineering'
Human-readable name for the admission rule
Example:Engineering Department Access
Whether this rule includes time-based constraints
Example:false
Response
application/json
Response
Successfully updated the admission rule
AdmissionRule
Complete admission rule information with configuration and metadata
Unique identifier for the admission rule
Example:550e8400-e29b-41d4-a716-446655440000
Timestamp when the rule was created
Example:2023-01-15T10:30:00Z
Timestamp when the rule was last modified
Example:2023-01-15T10:30:00Z
Human-readable name for the admission rule
Example:Engineering Department Access
Type of admission rule (ALLOW, DENY, or CUSTOM)
Allowed values:ALLOWDENYCUSTOM
Example:ALLOW
Whether this rule includes time-based constraints
Example:false
Rule logic or condition for the admission rule
Example:user.department == 'Engineering'