Update an invitation
Invites
Update an invitation
Update a pending invitation. Fields you omit are left unchanged; phoneNumberIds is replaced wholesale by the list you send. Accepted and cancelled invitations cannot be modified.
PATCH
Update an invitation
Authorizations
Headers
API version header. Supported values: 2026-03-30
Available options:
2026-03-30 Path Parameters
The unique identifier of the invitation.
Pattern:
^IV(.*)$Example:
"IV123abc"
Body
application/json
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"
Replaces the assigned phone number. Pass null to clear it.
Pattern:
^PN(.*)$Example:
"PN123abc"
Pattern:
^PN(.*)$Response
OK