Users
Reset a user's password
Triggers a password-reset flow for the target user. The user receives an email containing a one-time link they can use to choose a new password. This endpoint does not return the new password and does not invalidate existing sessions until the reset link is followed.
post/users/{userId}/password-reset
Response
The password reset was successfully triggered.
Example response
{
"message": "Success!"
}Changes
No recorded changes to this endpoint across all 1 revision of this API.