platform

Send User Password Reset Email

Trigger Auth0's native password-reset email for a database user.

Delegates to the Authentication API POST /dbconnections/change_password so Auth0 sends the reset email itself. Requires editor on the members-users module instance (POST maps to the editor relation on the parent router gate).

post/api/platform/users/{user_id}/password-reset-email

Path parameters

user_idstring required

Auth0 user id to send the password reset email to

Auth0 user id to send the password reset email to

Response

Successful Response

userIdstring required
emailstring nullable
messagestring required

Changes

No recorded changes to this endpoint across all 1 revision of this API.