Skip to main content
PUT
Update Access Profile

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
string
required

The ID of the access profile to update.

Body

application/json
name
string

Updated name. Omit or set to "" to leave unchanged.

description
string | null

Updated description. Omit to leave unchanged; set to "" to clear.

matchingCriteria
matching_criteria · object

The rules that determine which users this profile applies to (replace-all semantics).

grants
grants · object

The grants provided by this profile (replace-all semantics).

Response

Success

data
data · object

An access profile defines which entitlements are available to which groups of users, and which workflows apply.