Password-Reset Broken & Missing Basic Features

Hi @mattr,

Welcome to the Auth0 Community!

result_url is for use with the legacy Classic Universal Login. Classic UL does not support organizations.

You must pass a client_id, and the Configure Default Login Routes will be used for the redirect.

Here is a sample payload:

{
  "user_id":"USER_ID",
  "client_id":"CLIENT_ID",
  "organization_id":"ORG_ID"
}