# Add users to organizations via an email invitation

Make White Label lets you add users to organizations via an invitation process:

1. You send an invitation to the user via the administrative UI.
2. The invited user receives an email with a link to join the organization.

Once the invited user accepts the invitation, they have access to the organization as defined by their organizational role.

If you use the following procedure to add new end users to your instance, your new end users need to create a new password during their first login. Adding a new user via an email invitation is best practice because you do not need to manually send user credentials via email.

Because the procedure requires access to any organization on your instance, you must have a system role such as SA or Admin that has user and organization permissions.

1. Go to **Administration > Organizations**.
2. Search for the organization you want to add a user to and click **Detail**.
3. Expand the **Change details** menu and select **Invite a new user**.
4. In the dialog that opens, fill in the details of the user:
   * **Email** - the invited user's email address.
   * **Name** - the name of the user. The user can change their name after they accept the invitation.
   * **Role** - the invited user's [role in the organization](/white-label-documentation/manage-organizations-and-teams/default-organizations-permissions.md).
   * **Team**
   * **Note** - your custom message that appears in the invitation email.
5. Click **Save**.

The invited user receives an invitation email where they can accept the invitation by clicking **Accept invitation**. The invitation email features the branding you define at **Administration > System settings**.

When the user accepts the invitation, the system adds them to the organization. The system also adds the user to the selected team with the Team member role. More about [Teams](https://www.make.com/en/help/access-management/teams).


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://developers.make.com/white-label-documentation/manage-organizations-and-teams/add-users-to-organizations-via-an-email-invitation.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
