For the complete documentation index, see llms.txt. You can also append .md to any page URL to get its markdown version.
Skip to main content
For the complete documentation index, see llms.txt.

Added endpoint to resolve external references

· One min read

The User resource has been improved with a new POST endpoint to resolve the user ID based on an external reference, replacing the deprecated GET endpoint.

Why have we done this?

The new endpoint improves security and flexibility, as the external reference is now passed in the JSON body when executing the operation.

In summary, we have:

  • Added a new Resolve external reference endpoint which uses the HTTP POST method.
  • Deprecated the existing Resolve external reference endpoint which uses the HTTP GET method.
Want to learn more?

To learn more, see the Resolve external reference endpoint endpoint in the MobileID API reference documentation.