Skip to main content
POST
Invite a user to an organization

Authorizations

Authorization
string
header
required

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

Path Parameters

orgID
string<uuid>
required

Body

application/json
email
string<email>
required
role
enum<string>
required
Available options:
admin,
member

Response

Created

created_at
string<date-time>
required
email
string<email>
required
expires_at
string<date-time>
required
id
string<uuid>
required
role
enum<string>
required
Available options:
admin,
member