Skip to main content
POST
Pre-create (or re-activate) an org user

Authorizations

Authorization
string
header
required

Use Authorization: Api-Key (org-scoped provisioning key)

Path Parameters

id
string<uuid>
required

UUID of the organization (must match the API key's org)

Body

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

Response

User provisioned.

id
string<uuid>
email
string<email>
role
enum<string>
Available options:
member,
admin
created
boolean