Skip to main content
POST
Create Super Admin user

Authorizations

Authorization
string
header
required

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

Body

application/json
name
string
required
Maximum string length: 255
email
string<email>
required
password
string<password>
required

Must satisfy the backend password policy.

phone_no
string | null

Optional US phone number.

Response

Super Admin user created.

message
string
required
Example:

"User created."

data
object
required
Last modified on July 20, 2026