Skip to main content
PATCH
Update an invitation

Authorizations

Authorization
string
header
required

Headers

Quo-Api-Version
enum<string>
required

API version header. Supported values: 2026-03-30

Available options:
2026-03-30

Path Parameters

inviteId
string
required

The unique identifier of the invitation.

Pattern: ^IV(.*)$
Example:

"IV123abc"

Body

application/json
role
enum<string>

The role the invited person will hold. Only an owner can promote an invitation to owner, and only an owner or admin to admin.

Available options:
owner,
admin,
member
Example:

"admin"

phoneNumberId
string | null

Replaces the assigned phone number. Pass null to clear it.

Pattern: ^PN(.*)$
Example:

"PN123abc"

phoneNumberIds
string[]
Pattern: ^PN(.*)$

Response

OK

data
object
required