v32

latestOpenAPI 3.1.0raw.githubusercontent.com2026-05-224341,4072.0 MB
Request Catalog

Create Bundle Automation

Create a new bundle automation rule for a catalog that automatically syncs catalog membership from a query.

post/api/v1/catalogs/{request_catalog_id}/bundle_automation/create

Path parameters

request_catalog_idstring required

The unique identifier of the access profile to create the automation for.

Request body

createTasksboolean

Whether to create access request tasks for matched users instead of granting directly.

disableCircuitBreakerboolean

Whether to disable the circuit breaker that pauses the automation when excessive membership changes are detected.

enabledboolean

Whether the automation should actively run on its schedule.

enforceOnSmallProfilesboolean

When true, the circuit breaker is evaluated even on profiles below the tenant min-members floor. Defaults to false.

removedMembersThresholdPercentstring int64

Per-automation override for the removed-members percent that trips the circuit breaker (1-100). 0 / unset means inherit the tenant default.

Response

Successful response

createTasksboolean

The createTasks field.

createdAtstring date-time
deletedAtstring date-time
disableCircuitBreakerboolean

The disableCircuitBreaker field.

enabledboolean

The enabled field.

enforceOnSmallProfilesboolean

When true, the circuit breaker is evaluated even on profiles below the tenant min-members floor.

removedMembersThresholdPercentstring int64

Per-automation override for the removed-members percent that trips the circuit breaker (1-100). 0 / unset means the tenant default applies.

requestCatalogIdstring

The requestCatalogId field.

tenantIdstring

The tenantId field.

updatedAtstring date-time