Parameters sent to result_url when creating a password change ticket through Management API

Hi! What are the parameters sent to result_url after password change? In case of success vs. failure etc.

Hi @jay.zahiri,

Welcome back to the Auth0 Community.

There are two query string parameters added to the end of the the result_url upon redirection. sucess is a boolean value that notes whether or not the operation succeeded, and message will contain either a generic confirmation message or forward the error message from the server if the operation should fail.

2 Likes

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.