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

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.

Changes