PUT
/
account-invitations
/
{id}

Authorizations

Authorization
string
header
required

Path Parameters

id
string
required

ID of the resource

Body

application/json
name
string
required

Name of the user the invitation is for

role
enum<string>
required

Role of the user when they accept the invitation

Available options:
admin,
member

Response

200 - application/json
email
string
required

Email address of the user

name
string
required

Name of the user the invitation is for

role
enum<string>
required

Role of the user when they accept the invitation

Available options:
admin,
member
created_at
string

Date and time when the invitation was created

deleted_at
string

Date and time when the invitation was cancelled

id
string
invited_by_id
string | null

ID of the user who created the invitation

invited_by_type
string

Type of entity that created the invitation (account_user or API)

updated_at
string

Date and time when the invitation was last updated