Routing Rules API
Enable fine-grained control over how just-in-time access requests are evaluated, approved, and enforced—ensuring secure, compliant, and context-aware access workflows.
The Routing Rules API gives you fine-grained control over how just-in-time access requests are evaluated and approved. By defining workflow rules based on both the requestor (who is making the request) and the resource (what they’re trying to access), you can enforce consistent, auditable, and dynamic access controls across your infrastructure.
Request routing allows you to direct access requests through different approval paths based on context. For example, you can require manual approval for sensitive production systems, while allowing auto-approved access to staging environments. You can also limit request scope using filters or directory-based rules, ensuring access is only available to the right people at the right time.
Retrieve the routing configuration (WorkflowConfig) for the specified organization.
The ID of the organization.
Routing configuration returned successfully.
Unauthorized
Forbidden
Save a new version of the routing configuration.
The ID of the organization.
Updated routing rules returned.
Updated routing rules returned.
Retrieve a specific routing rule by its name.
Routing rule returned successfully.
Routing rule not found
Retrieve a specific routing configuration by workflow ID.
Workflow configuration returned successfully.
Workflow not found
Create a new routing rule with the specified name.
A human readable name for this routing rule
Whether or not the routing rule should be evaluated; if false or undefined, the rule will be evaluated
Routing rule created successfully.
Routing rule created successfully.
Update an existing routing rule with the specified name.
A human readable name for this routing rule
Whether or not the routing rule should be evaluated; if false or undefined, the rule will be evaluated
Routing rule updated successfully.
Routing rule updated successfully.
Delete the routing rule with the specified name.
Routing rule deleted successfully. No content returned.
Routing rule deleted successfully. No content returned.
No content
Last updated