# Managing Organization Members

{% hint style="warning" %}
**Adding a user to your organization does not grant them a software license to the** [**Verge Design Studio**](/drone-show-software/verge-design-studio.md) **or** [**Verge Console**](/drone-show-software/verge-console.md) **(Flight Control Software).** Licenses are managed separately from organization membership — being a member only grants access to the Web Portal itself and any organization-level resources. To request additional Design Studio or Console licenses for a new (or existing) member, please reach out to <support@vergeaero.com>.
{% endhint %}

The Verge Web Portal lets Organization Managers (and above) administrate the members of their organization — adding new members, changing their roles, removing them, and tracking pending invitations. This page is available by navigating to the **Organization** workspace and clicking the **Members** tab on the left navigation bar.

<figure><img src="/files/Ij4OoHaI00wOIOqGT7Go" alt=""><figcaption><p>Organization workspace dashboard</p></figcaption></figure>

## The Members tab

The Members tab lists everyone currently in your organization along with their first name, last name, email, phone number, and role. Columns are sortable, and the search box at the top filters the table across all visible fields.

<figure><img src="/files/XziMHwmfDSrQWGOJDypn" alt=""><figcaption><p>"Members" tab listing the users in the current organization</p></figcaption></figure>

### Adding a member

Click **Add Member** in the top-left corner and enter the email address of the person you'd like to add.

<figure><img src="/files/Oj10LV4dF9qxwK9V3VPL" alt=""><figcaption><p>"Add Organization Member" modal</p></figcaption></figure>

There are two possible outcomes:

* **The email already has a Verge Aero account** — the user is added directly to your organization and immediately appears in the Members table.
* **The email does not yet have a Verge Aero account** — an invitation email is sent to that address, and the entry appears under the **Invitations** tab as pending. The invitee will be added to your organization automatically once they register at the [Web Portal](https://portal.verge.aero/) using the same email address.

Only one pending invitation per email per organization is allowed. If the address has already been invited, you will be prompted to revoke the existing invitation before sending a new one.

### Changing a member's role

The **Role** column on each row is an inline dropdown. Selecting a new role triggers a confirmation prompt and applies the change immediately. The available roles are **Guest**, **User**, **Manager**, and **Owner**. Verge staff additionally have access to an **Admin** role.

Owners can promote other members to Owner as well. If you'd like to transfer ownership without retaining it yourself, promote the new Owner first and then have your role lowered (or contact <support@vergeaero.com> for assistance).

### The Manage menu

Each row's **Manage** column opens a menu with two actions:

<figure><img src="/files/vsa5kk0VtLjjCnkczB9L" alt=""><figcaption><p>The Manage menu for an organization member</p></figcaption></figure>

* **edit desktop permissions** — opens the desktop permissions modal for that user, where you can grant or revoke access to specific software streams.
* **remove** — removes the user from the organization after a confirmation prompt. The user is not deleted; they simply lose access to your organization's resources.

## The Invitations tab

The **Invitations** tab tracks members you've invited who have not yet registered for the Verge Web Portal. Each row shows the invited email address, the date the invitation was sent, and a **revoke** button.

<figure><img src="/files/q96V7lIGYkT0yhMfZlMI" alt=""><figcaption><p>Pending invitations awaiting registration</p></figcaption></figure>

When the invitee registers at the [Web Portal](https://portal.verge.aero/) with the matching email address, the invitation is consumed automatically and they will appear under the **Members** tab.

Clicking **revoke** cancels a pending invitation after a confirmation prompt. Revoked invitations cannot be reused — if you change your mind, send a new invitation through **Add Member**.

## Permissions

Adding members, changing roles, using the Manage menu, and revoking invitations all require the **Manager** role or higher in the current organization. If you don't have a management role, these controls will appear disabled. To request elevated access, contact one of your organization's existing Managers or Owners.


---

# 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://docs.verge.aero/drone-show-software/verge-web-portal/managing-organization-members.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.
