Skip to main content
POST
Create 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

Body

application/json
email
string<email>
required

The email address to invite. Must not already have a pending invitation in this workspace.

Example:

"johndoe@example.com"

role
enum<string>
required

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

Available options:
owner,
admin,
member
Example:

"member"

phoneNumberId
string | null

A phone number to assign the invited person to.

Pattern: ^PN(.*)$
Example:

"PN123abc"

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

Response

Created

data
object
required