Avnology ID
API ReferencePolicy

Policy CRUD

Create, list, update, and delete conditional-access policies.

RPCs

MethodPath
ListPoliciesGET /v1/policies
GetPolicyGET /v1/policies/{id}
CreatePolicyPOST /v1/policies
UpdatePolicyPATCH /v1/policies/{id}
DeletePolicyDELETE /v1/policies/{id}

Base URL: https://<Domain id="api"/>

Authentication: Bearer token with policy:write for mutations.

Create a policy

Ordering

Policies evaluate in ascending priority order until the first match. Lower priority wins -- design your policies so that BLOCK policies sit above REQUIRE_MFA above ALLOW.

Policy

Conditional-access policies -- IF (network, device, risk, time) THEN (allow | require MFA | block).

Simulate & Evaluate

Dry-run a policy against a synthetic context, or live-evaluate the active policy stack.

On this page