Skip to main content
PUT
Update pending invitee

Authorizations

Authorization
string
header
required

Personal access token, sent as Authorization: Bearer <token>.

Path Parameters

request_id
string
required

ID of the access request, as id in the response of List access requests.

app_id
string
required

ID of the app.

Body

application/json
data
Data · object
required

Custom User fields to set on the invitation, as field names and values.

Example:

Response

The invitation's custom fields after the update.

Doc-only: the handler returns a plain dict with exactly these keys.

success
boolean
required

Always true. An update that doesn't happen returns an error instead.

Example:

true

data
Data · object
required

The invitation's custom User fields after the update, limited by the User entity's field-level read rules.

Example: