---
title: Team Members
description: Collaborate with your team by inviting members to your project. Team members can view builds, access analytics, and trigger rebuilds.
---

Invite colleagues to your project so they can monitor builds, review analytics, and trigger rebuilds. Each project supports up to 10 members with Owner or Member roles.

## Inviting Members

<Steps>
  <Step title="Open project settings">
    Go to your project and click **Settings**.
  </Step>
  <Step title="Select Team">
    Navigate to the **Team** tab.
  </Step>
  <Step title="Click Invite">
    Enter the email address of the person you want to invite.
  </Step>
  <Step title="Send invitation">
    Click **Send Invite**. They'll receive an email with a link to join.
  </Step>
</Steps>

<Note>
Invited users need a Jamdesk account. If they don't have one, they'll be prompted to create one when accepting the invitation.
</Note>

<Frame>
  <img src="/images/dashboard/settings-team.webp" alt="Team Members section showing invite form and current members list with roles and GitHub account status" style={{ display: 'block', margin: '0 auto' }} />
</Frame>

## Member Roles

| Role | Permissions |
|------|-------------|
| **Owner** | Full access, can remove members, transfer ownership, delete project |
| **Member** | View builds and analytics, trigger rebuilds |

To transfer ownership to another member, click **Transfer Ownership** next to their name in the team list. See [Ownership Transfer](/help/projects/ownership-transfer) for details.

## Removing Members

Only the project owner can remove team members:

1. Go to **Settings** → **Team**
2. Find the member
3. Click **Remove**
4. Confirm the removal

Removed members lose access immediately but can be re-invited later.

## Pending Invitations

View and manage pending invitations:

- **Resend** — Send the invitation email again
- **Revoke** — Cancel a pending invitation

Invitations expire after 7 days.

## Team Limits

All projects support up to **10 team members**. [Contact us](/help/support/contact) if you need more.

## Related Articles

<Columns cols={2}>
  <Card title="Ownership Transfer" icon="arrow-right-arrow-left" href="/help/projects/ownership-transfer">
    Transfer project ownership
  </Card>
  <Card title="Project Settings" icon="gear" href="/help/projects/settings">
    Configure project options
  </Card>
</Columns>
