> For the complete documentation index, see [llms.txt](https://help.proxidize.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.proxidize.com/account-and-billing/account-management/inviting-members-in-the-proxidize-dashboard.md).

# Inviting Members in the Proxidize Dashboard

Invite Members in the Proxidize Dashboard to share access with your team.

Members let your team access the dashboard and proxies with their own email addresses.

Each member logs in separately, so activity is traceable to a person rather than a shared login.

<a href="https://app.proxidize.com/settings/members/" class="button primary" data-icon="arrow-right">Open Members</a>

***

### Before you invite someone

The email address must not already belong to a Proxidize account.

If it does, that account has to be deleted first. Contact <support@proxidize.com> for help.

### Invite a member

1. Click your **profile icon** in the top-right corner of the app, then click **Settings**.
2. Click **Members**.
3. Click **Invite Member**.
4. Enter the first name, last name, and email address.
5. Click **Confirm**.

The member appears in the list with the status **Invited**.

<figure><img src="https://3163533074-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FiAQa47xivOtQQ7mQZOnQ%2Fuploads%2FIz1oRHN3ZvKHYgZd6m7h%2Fimage.png?alt=media&amp;token=dddba799-cc74-4645-8d9d-49493383c835" alt="" width="188"><figcaption></figcaption></figure>

<figure><img src="https://3163533074-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FiAQa47xivOtQQ7mQZOnQ%2Fuploads%2FbZYmS9CU8CcEycE9PcK2%2FMembers.png?alt=media&amp;token=aa61284e-074d-4d23-9fa4-a1b4863fea6d" alt=""><figcaption></figcaption></figure>

***

### What the member does next

1. They go to the login page and enter their email address.
2. They receive a 6-digit code by email.
3. They enter the code to log in.
4. They complete their profile and accept the license agreements.

Their status changes from **Invited** to **Active** after their first successful login.

### Read the members table

| Column          | What it shows                                              |
| --------------- | ---------------------------------------------------------- |
| **Name**        | The member's name.                                         |
| **Description** | Their role.                                                |
| **Email**       | The email address they log in with.                        |
| **Status**      | **Invited** until their first login, then **Active**.      |
| **2FA**         | Whether that member has two-factor authentication enabled. |

Use **Search** to find a member by name or email.

***

### Roles and what members can do

Members are assigned the **Proxy Manager** role, which gives full access to the dashboard and proxies.

Members can invite other members.

Members cannot:

* access billing
* edit or delete themselves
* delete other members
* edit or delete the account administrator
* Verify the Account's KYC identity

### Edit or remove a member

Each member row has two icons.

| Icon       | What it does                                                                |
| ---------- | --------------------------------------------------------------------------- |
| **Pencil** | Opens **Edit User**, where you can change the member's first and last name. |
| **Trash**  | Opens **Delete User**, which asks you to confirm, then removes the member.  |

{% hint style="info" %}
You cannot change a member's role or email address. To give someone a different email, delete the member and invite them again with the new address.
{% endhint %}

***

### Quick FAQ

<details>

<summary>Why is a member still showing as Invited?</summary>

They have not logged in yet.

The status changes to **Active** after their first successful login.

</details>

<details>

<summary>Can I change a member's email address?</summary>

No.

Delete the member and invite them again using the new address.

</details>

<details>

<summary>Can members see my billing information?</summary>

No.

Members have no access to billing.

</details>

<details>

<summary>I cannot invite someone. Their email is rejected.</summary>

That address already belongs to a Proxidize account.

Contact support to have the existing account removed first.

</details>

### Related articles

* [How to Change Account Email](/account-and-billing/account-management/how-to-change-account-email.md)
* [Account Creation and Setup](/account-and-billing/account-management/account-creation-and-setup.md)
* [How to Delete My Proxidize Account](/account-and-billing/account-management/how-to-delete-my-proxidize-account.md)
* [Account Management](/account-and-billing/account-management.md)

### Need help?

Reach us through live chat or email at **<support@proxidize.com>**.


---

# 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://help.proxidize.com/account-and-billing/account-management/inviting-members-in-the-proxidize-dashboard.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.
