Skip to main content
POST
Create an admin invite

Authorizations

Authorization
string
header
required

JWT access token from /auth/verify-otp

Body

application/json
email
string<email>
required

Email address of the person being invited

role
enum<string>
required

Role to grant upon invite acceptance

Available options:
admin,
super_admin

Response

Invite created and email dispatched

id
string<uuid>
email
string<email>
role
string
expiresAt
string<date-time>