Getting "Invalid property result_url"

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,

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?

Hi @tnaftali,

Are you including any property that conflict with result_url, such as client ID or organization ID?

3 Likes

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