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.

messagestring required

A description for the response.

Example response

{
  "message": "Success!"
}

Changes