Skip to main content
POST
Invite a user to the Organization

Authorizations

Authorization
string
header
required

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

Path Parameters

org_name
string
required

Organization Name

Body

application/json

Org User creation request body

POST body for adding or inviting a user to an organization

email
string
required
role
enum<string>
required
Available options:
admin,
manage,
view

Response

Organization User - User is added to the organization

Response schema for a single Organization User

data
OrgUser · object
Example: