POST
/
users

Query Parameters

signup_token
string | null

Body

application/json
email
string
required
first_name
string | null
default:
last_name
string | null
default:
auth_method
enum<string> | null
default: email
Available options:
email,
google,
github,
okta,
azure-ad,
custom
is_admin
boolean | null
default: false
role
enum<string> | null
default: user
Available options:
admin,
manager,
user,
read_only
email_is_verified
boolean | null
default: false
password
string | null

Response

200 - application/json
id
string
required
permissions
object[]
email
string | null
first_name
string | null
default:
last_name
string | null
default:
auth_method
enum<string> | null
default: email
Available options:
email,
google,
github,
okta,
azure-ad,
custom
is_admin
boolean | null
role
enum<string> | null
Available options:
admin,
manager,
user,
read_only
email_is_verified
boolean | null
created_at
string
required
updated_at
string
required