Account Invitations
Update account invitation
Update account invitation by ID
PUT
/
account-invitations
/
{id}
Authorizations
Authorization
string
headerrequiredPath Parameters
id
string
requiredID of the resource
Body
application/json
name
string
requiredName of the user the invitation is for
role
enum<string>
requiredRole of the user when they accept the invitation
Available options:
admin
, member
Response
200 - application/json
name
string
requiredName of the user the invitation is for
email
string
requiredEmail address of the user
role
enum<string>
requiredRole of the user when they accept the invitation
Available options:
admin
, member
id
string
invited_by_type
string
Type of entity that created the invitation (account_user or API)
invited_by_id
string | null
ID of the user who created the invitation
created_at
string
Date and time when the invitation was created
updated_at
string
Date and time when the invitation was last updated
deleted_at
string
Date and time when the invitation was cancelled