Invites
Create invite
Create a new invite
POST
/
invites
Authorizations
Authorization
string
headerrequiredBearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
application/json
name
string
Their full name
Required string length:
1 - 40
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
requiredresult
object
requiredlinks
object
requirederrors
object[]
required