Skip to main content
POST
Error

Authorizations

fastapiusersauth
string
cookie
required

Body

application/json

Create a user from the platform admin control plane.

email
string<email>
required
password
string
required
first_name
string | null
last_name
string | null
is_superuser
boolean
default:false

Response

Successful Response

Admin view of a user.

id
string<uuid>
required
email
string<email>
required
role
enum<string>
required
Available options:
basic,
admin
is_active
boolean
required
is_superuser
boolean
required
is_verified
boolean
required
first_name
string | null
last_name
string | null
last_login_at
string<date-time> | null