Auth0 Dashboard
To assign members via the Auth0 Dashboard:- Navigate to Auth0 Dashboard > Organizations, and select the organization for which you want to configure membership.
- Select the Members view, select Add members, and select Add Users.
- Enter the name(s) of the user you would like to assign as a member to the organization, and select Add user(s) to organization.
Management API
To assign members via the Management API: Make aPOST call to the Create Organization Members endpoint. Be sure to replace ORG_ID, MGMT_API_ACCESS_TOKEN, and USER_ID placeholder values with your organization ID, Management API , and user IDs, respectively.
Find Your Auth0 DomainIf your Auth0 domain is your tenant name, your regional subdomain (unless your tenant is in the US region and was created before June 2020), plus
.auth0.com. For example, if your tenant name were travel0, your Auth0 domain name would be travel0.us.auth0.com. (If your tenant were in the US and created before June 2020, then your domain name would be https://travel0.auth0.com.)If you are using custom domains, this should be your custom domain name.