> ## Documentation Index
> Fetch the complete documentation index at: https://docs.muxx.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# Team Members

> Invite and manage team members in your organization.

Collaborate with your team by inviting members to your organization.

## Inviting Members

1. Go to **Organization Settings** → **Team**
2. Click **Invite Member**
3. Enter their email address
4. Select a role (Admin or Member)
5. Click **Send Invite**

The invitee will receive an email with a link to join your organization.

## Roles and Permissions

### Owner

* Full access to everything
* Manage billing and subscription
* Delete organization
* Transfer ownership

<Note>
  Each organization has exactly one owner. Transfer ownership in Settings → Danger Zone.
</Note>

### Admin

* Create and manage projects
* Invite and remove members
* Access all project logs and settings
* Cannot access billing or delete org

### Member

* View projects they have access to
* View logs and analytics
* Cannot create projects or invite members
* Cannot modify settings

## Permission Matrix

| Action              | Owner | Admin | Member |
| ------------------- | ----- | ----- | ------ |
| View logs           | Yes   | Yes   | Yes    |
| View analytics      | Yes   | Yes   | Yes    |
| Create projects     | Yes   | Yes   | No     |
| Delete projects     | Yes   | Yes   | No     |
| Manage API keys     | Yes   | Yes   | No     |
| Invite members      | Yes   | Yes   | No     |
| Remove members      | Yes   | Yes   | No     |
| Manage billing      | Yes   | No    | No     |
| Delete organization | Yes   | No    | No     |

## Managing Members

### Change Role

1. Go to **Team** settings
2. Find the member
3. Click the role dropdown
4. Select new role

### Remove Member

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

<Warning>
  Removed members immediately lose access to all organization resources.
</Warning>

## Pending Invites

View and manage pending invitations:

* **Resend** - Send the invite email again
* **Revoke** - Cancel the invitation

Invites expire after 7 days.

## Leaving an Organization

To leave an organization you're a member of:

1. Click your profile in the sidebar
2. Go to **Your Organizations**
3. Click **Leave** next to the organization

<Note>
  Owners cannot leave without first transferring ownership.
</Note>
