Skip to main content

Update JIT activation policy configuration

PATCH 

/jit-activation-config/:configType

Updates the tenant's JIT activation policy configuration by applying one or more replace operations (same shape as JSON Patch: op, path, value). Use this to change entitlement lists, max/default activation and extension durations, notification recipients or template, and the apply-to-future-assignments flag.

The body must be a non-empty array. Only replace is supported; each path must be one of the values documented on the request item schema. The tenant is taken from the request context. configType selects which configuration to update. Returns 404 if the configuration does not exist, or 400 for an empty body, unknown configType, or invalid path/value.

User level: POLICY_ADMIN (policy administrator).

Request

Responses

Full JIT activation policy configuration after applying all requested replace operations.