Reset Password

POST {{baseUrl}}/api/v1/users/:userId/lifecycle/reset_password?provider=<object>&sendEmail=<boolean>

Generates a one-time token (OTT) that can be used to reset a user's password. The OTT link can be automatically emailed to the user or returned to the API caller and distributed using a custom flow.

Request Params

KeyDatatypeRequiredDescription
providerstringIndicates whether to create a user with a specified authentication provider
sendEmailstring