> For the complete documentation index, see [llms.txt](https://learn.doubletick.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://learn.doubletick.io/teams/how-to-invite-a-team-member.md).

# How to invite a team member

Learn how to add new team members to your DoubleTick account, configure their organization and channel roles, and manage pending invites.

#### What’s covered

* [Prerequisites & required permissions](https://learn.doubletick.io/teams/how-to-invite-a-team-member#prerequisites-and-required-permissions)
* [Step-by-step: Sending an invite](https://learn.doubletick.io/teams/how-to-invite-a-team-member#step-by-step-sending-an-invite)
* [Inviting team members via API](https://learn.doubletick.io/teams/how-to-invite-a-team-member#inviting-team-members-via-developer-api)
* [Managing pending invites & acceptance](https://learn.doubletick.io/teams/how-to-invite-a-team-member#managing-pending-invites-and-acceptance)
* [Best practices](https://learn.doubletick.io/teams/how-to-invite-a-team-member#best-practices)
* [Frequently asked questions](https://learn.doubletick.io/teams/how-to-invite-a-team-member#frequently-asked-questions)

#### Prerequisites & required permissions

Before inviting a new member to your DoubleTick account, make sure you have:

* You need to have **Owner or Team Lead permissions.** If you're using a **custom role**, that role must have permission to **invite team members**.
* The new member's full name, mobile phone number, and optional email address.
* Clear plan on which organization role, channel role and channels (WhatsApp numbers, Instagram accounts, etc.) they should access.

#### Step-by-step: Sending an invite

<figure><img src="https://2303112206-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F53n17VnOICC1LtDqlENV%2Fuploads%2FkswdhZVLTvmg7KYhKRNi%2Fs.gif?alt=media&amp;token=3e3f4ef2-6334-4ab8-a84b-5d40d55c99fe" alt=""><figcaption></figcaption></figure>

Follow these steps to invite a new team member to your account.

1. In the left sidebar navigation, click the Team icon (people icon).
2. Click + Invite members in the top-right corner to open the setup wizard.
3. Fill in basic details:
   * **Full Name**: Type the member's full name.
   * **Mobile number**: Select the country code and type their 10-digit phone number (used for logging in).
   * **Email** (optional): Add their email address if you want invitation, OTP and notification emails sent there.
   * **Organization level role**: Choose an organization role from the dropdown menu, then click Continue.
4. Configure channel access:
   * Select which messaging channels (WhatsApp numbers, Instagram, etc.) the member can access.
   * Check individual channel boxes or select all channels using the header checkbox.
   * Set channel specific roles per channel using the dropdown next to each listed channel, then click Continue.
5. Check the member's name, phone number, email, role, and assigned channels. Click Edit to make changes, or click Send invite to complete.

DoubleTick will send an invite notification to the provided phone number and email address.

#### Inviting team members via Developer API

If you want to add team members using our public API, you can check out the [**Add Member Under Reporting Manager API guide**](https://docs.doubletick.io/reference/add-member-under-reporting-manager) to manage your team programmatically.

#### Managing pending invites & acceptance

<figure><img src="https://2303112206-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F53n17VnOICC1LtDqlENV%2Fuploads%2F3r4PyV8PFU0Ewnicoicr%2Fs%20(1).gif?alt=media&amp;token=2e1269c2-b7d5-4ca4-ba78-851db677c069" alt=""><figcaption></figcaption></figure>

Invited members appear under Team > Pending invites until they complete registration.

* **Tracking invites**: The pending list displays the member's name, phone number, assigned role, invite date, and who sent the invite.
* **Nudging users**: Click Resend next to a pending invite to send a reminder, or use Export to download the pending list.

#### Best practices

* Double-check phone numbers and email addresses before sending to avoid login issues or missing notifications.
* Grant access only to the specific WhatsApp numbers or social channels required for the member's daily tasks.

#### Frequently asked questions

<details>

<summary>Who can invite a team member?</summary>

Owners and Team Leads can send invitations. Custom roles need the **invite team members** permission.

</details>

<details>

<summary>Where can I find an invitation after sending it?</summary>

Open **Team > Pending invites**. You can review the invite or send a reminder.

</details>

<details>

<summary>Can I assign different roles for different channels?</summary>

Yes. Choose a channel-specific role for every channel during the access configuration step.

</details>

<details>

<summary>Can I resend an invitation?</summary>

Yes. Open **Team > Pending invites**, then select **Resend** next to the member.

</details>

<details>

<summary>What details do I need before sending an invitation?</summary>

Provide the member's full name and mobile number. Add an email address if needed.

</details>

#### Related topics

* [Understanding roles and types of roles](https://learn.doubletick.io/settings/manage-roles/understanding-roles-and-types-of-roles)
* [Understanding the permissions available in custom organisational role](https://learn.doubletick.io/settings/manage-roles/understanding-the-permissions-available-while-creating-a-custom-organization-role#role-management)
* [Understanding custom role in DoubleTick and how do you create one](https://learn.doubletick.io/settings/manage-roles/understanding-custom-role-in-doubletick-and-how-do-you-create-one)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://learn.doubletick.io/teams/how-to-invite-a-team-member.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
