Skip to main content
PUT
Update App Resource Role

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 role.

Body

application/json
name
string | null

The name of the role. Omit to leave unchanged.

description
string | null

A description of the role. Omit to leave unchanged.

requestsEnabled
boolean | null

Whether requests are enabled for the role. Omit to leave unchanged.

accessPolicyId
string | null

The default access policy for the role (optional).

provisioningMethod
Builtin Workflow · object

Provisioning configuration. Exactly one method should be set.

externalId
string | null

The external ID of the role in the external system (optional).

externalData
string | null

Data from the external system as a JSON string (optional).

requireFormConfirmation
boolean | null
owners
owners · object

Replaces the role's whole owner set when present (an empty set removes all owners). Omit to leave owners unchanged.

Response

Success

data
data · object

The updated role.