POST
/
password_reset

Query Parameters

reset_token
string
required

Body

application/json
email
string
required
password
string | null
email_is_verified
boolean
default: true

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