v32

latestOpenAPI 3.1.0raw.githubusercontent.com2026-05-224341,4072.0 MB
Role Mining

Create Access Profile From Cohort

CreateAccessProfileFromCohort creates an access profile from a cohort definition, adds the specified entitlements, and sets up dynamic membership automation using a CEL expression derived from the profile filters.

post/api/v1/role-mining/access-profiles

Request body

celExpressionstring

Optional CEL expression for dynamic membership. When non-empty, used instead of auto-generating from profile_filters.

createTasksboolean

If true, the automation will create JIT tasks for access changes. If false, users are synced to membership without creating tasks.

descriptionstring

Description for the access profile.

displayNamestring

Display name for the access profile.

enableAutomationboolean

If true, enable the dynamic membership automation immediately.

suggestionIdstring

Optional suggestion ID to mark as accepted after creating the profile.

Response

Successful response

accessProfileIdstring

The ID of the created access profile.

celExpressionstring

The CEL expression generated for dynamic membership.