Skip to main content
POST
Invite a member (owner/admin only)

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
string
required

Body

application/json
email
string
required

Email address of the user to invite

Example:

"user@example.com"

role
enum<string>
required

Role to assign to the invited member

Available options:
admin,
member
Example:

"member"

Response

Invitation created successfully. Email sent to the invitee.