Skip to main content
You can send organization membership invitations to users using either the or the .

Auth0 Dashboard

To invite members via the Auth0 Dashboard:
  1. Navigate to Auth0 Dashboard > Organizations, and select the organization for which you want to configure membership.
  2. Select the Invitations view, and select Invite Members.
  3. Select the Application to which you would like to invite the member, enter the email address of the user you would like to invite to the organization, and select Send Invite(s).
    Optionally, you can specify the connection with which you want users to accept the invitation, and roles you want assigned to the organization member when they accept.
If you enable Multiple Custom Domains, you have the option to select Domain under the Send Invite(s) section to select the notification domain for your tenant.

Management API

If you are exposing the invitation feature from an admin dashboard you have customized for your application, use a confidential application to validate the authenticated user belongs to an organization before inviting new members, or you can restrict users from inviting new members unless they are assigned a specific role.
To invite members via the Management API: Make a POST call to the Create Organization Invitations endpoint. Be sure to replace ORG_ID, MGMT_API_ACCESS_TOKEN, NAME_OF_USER, EMAIL_ADDRESS, CLIENT_ID, CONNECTION_ID, EXP_TIME, ROLE_ID, and SEND_INVITATION_EMAIL_OPTION placeholder values with your organization ID, Management API , name of invited user, email address of invited user, , connection ID, expiration time, and role IDs, respectively.
If you enable Multiple Custom Domains, you need to include the auth0-custom-domain HTTP header. To learn more, review Multiple Custom Domains.
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.

Response status codes

Possible response status codes are as follows: