POST
/
invites

Authorizations

Authorization
string
headerrequired

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

Body

application/json
name
string

Their full name

email
string

Their email address

authentication
enum<string>

How should we authenticate them? You should only use "sso" if you have previously configured a SAML2 identity provider

Available options:
password,
sso
role
enum<string>

What is their role?

Available options:
viewer,
uploader,
admin,
owner

Response

200 - application/json
success
boolean
required
result
object
required
links
object
required
errors
object[]
required