Skip to main content
POST
Create a user

Authorizations

Authorization
string
header
required

Body

application/json
email
string
required
first_name
string
last_name
string
password
string
scopes
enum<string>[]
Available options:
CLIENT_ADMIN,
CLIENT_SUPERUSER,
SELF_SERVICE,
USER_SUPPORT

Response

Successful response

email
string
required
first_name
string
required
last_logged_in
string
required
last_name
string
required
locked
boolean
required
scopes
enum<string>[]
required
Available options:
CLIENT_ADMIN,
CLIENT_SUPERUSER,
SELF_SERVICE,
USER_SUPPORT
user_id
string
required