Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
application/json
Their full name
Required string length:
1 - 40Example:
"Example"
Their email address
Example:
"name@company.com"
How should we authenticate them? You should only use "sso" if you have previously configured a SAML2 identity provider
Available options:
password, sso Example:
"password"
What is their role?
Available options:
viewer, uploader, admin, owner Example:
"admin"