Skip to main content
POST
Invite Organization Member

Authorizations

Authorization
string
header
required

Bearer token authentication

Body

application/json
email
string
required

The email address of the user to invite

role
string
required

The role(s) to assign to the user. It can be admin, member, owner. Eg: "member"

teamId
string
required
organizationId
string | null

The organization ID to invite the user to

resend
boolean | null

Resend the invitation email, if the user is already invited. Eg: true

Response

Success

id
string
required
email
string
required
role
string
required
organizationId
string
required
inviterId
string
required
status
string
required
expiresAt
string
required
createdAt
string
required