Skip to content

discretionary_manager_not_found โ€‹

discretionary_manager_not_found

Description โ€‹

The requested discretionary manager does not exist.

HTTP Status โ€‹

404 Not Found

doc_url Format โ€‹

The doc_url value is an absolute URL and changes by environment:

<docs-base-url>/errors/discretionary_manager_not_found

Typical Causes โ€‹

  • The discretionary-manager ID is wrong or stale.
  • The record was deleted or never created.
  • The request points to the wrong tenant or environment.

Example โ€‹

Response:

json
{
  "errors": [
    {
      "code": "discretionary_manager_not_found",
      "message": "Discretionary manager with id: '00000000-0000-4000-8000-000000000000' was not found",
      "doc_url": "https://docs.example.com/errors/discretionary_manager_not_found"
    }
  ]
}

How To Fix โ€‹

  1. Verify the discretionary-manager ID.
  2. Ensure the manager exists in the target environment.
  3. Retry with a valid existing identifier.