We’re trying to create a password change for an imported user that is still not verified using this API endpoint:
https://auth0.com/docs/api/management/v2#!/Tickets/post_password_change
Following this answer by @dan.woda,
https://community.auth0.com/t/why-is-password-change-reset-redirect-not-working/47157
We are doing exactly this:
Yet we’re still getting this response from the /api/v2/tickets/password-change:
{
"statusCode": 400,
"error": "Bad Request",
"message": "Payload validation error: 'Invalid property result_url'.",
"errorCode": "invalid_body"
}
What could be causing this?

