Skip to main content

Documentation Index

Fetch the complete documentation index at: https://auth0-fix-auth-api-docs-migration-completion.mintlify.app/llms.txt

Use this file to discover all available pages before exploring further.

Organization domains work with Organization Domain Discovery to help users find the correct Organization during sign-up and login flows. When configured, verified Organization domains and Organization Domain Discovery help Auth0 detect a user’s organization automatically or narrow organization options when users enter their email address. Organization domains and Organization Domain Discovery do not restrict who can sign up or log in.

Create an Organization domain with the Auth0 Dashboard

To create an Organization domain in the Auth0 Dashboard:
  1. Navigate to Auth0 Dashboard > Organizations.
  2. Select the Domains tab.
  3. Choose Add Domain. In the Domain field, enter the domain email to associate for organization discovery. The status is pending until ownership is confirmed.
  4. Select Add Domain.
  5. Optionally, configure Organization Domain Discovery.

Create an Organization domain with the Management API

To create an Organization domain with the Management API, call the Create an organization discovery domain endpoint (POST /organizations/{id}/discovery-domains). Optionally, enable the domain for Organization Domain Discovery with the use_for_organization_discovery parameter. To enable Organization Domain Discovery, call the Patch clients by ID endpoint (PATCH /client/{id}) and set the organization_discovery_methods parameter.