Password Reset
Password Reset
Using the POST method with the reset_password endpoint will allow you to reset the password for an existing User
-
Password Reset by username - POST https://edgeapi.marchex.io/marketingedge/v5/api/users/<username>/password_reset
-
Password Reset by user_id - POST https://edgeapi.marchex.io/marketingedge/v5/api/users/<user_id>/password_reset
By submitting the password reset request, the password reset email will then be sent to email address associated to the user and allow the user to complete the remainder of the password reset flow in the UI.
Updated almost 2 years ago