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

# Organizations & Members

export const companyName = 'LandingAI';

export const ade = 'Agentic Document Extraction';

<Info>Enterprise plans support single sign-on (SSO) via SAML 2.0 and OpenID Connect (OIDC). For more information, see [Single Sign-On (SSO)](./ade-sso).</Info>

## Organizations

An **organization** is the container for your {ade} account. It holds your credits, members, API keys, files, and settings.

When you create an account, an organization is automatically created on the Explore plan. If you later upgrade to a Team plan, you keep the same organization.

You can be invited to join multiple organizations.

<Info>
  **If you upgraded to a subscription plan before April 2, 2026:** Before this date, a separate organization was created when you upgraded. You still have a Personal account in addition to your subscription organization. This ensures that files and data in your Personal organization are not shared with members of your subscription organization.
</Info>

### Switch to a Different Organization

To switch to a different organization:

1. Log in to [https://va.landing.ai/](https://va.landing.ai/).
2. Click your profile icon at the bottom left corner of the page.
3. Click the name of the organization you're currently in.
4. Select the organization you want to open.

### Change the Organization Name

Members with the Admin role can change the organization name.

To change the organization name:

1. Log in to [https://va.landing.ai/](https://va.landing.ai/).
2. Go to the [Organization Settings](https://va.landing.ai/settings/organization/general) page (to navigate there manually, click your profile icon at the bottom left corner of the page and click **Organization Settings**).
3. Enter the new name in the **Organization name** field.
4. Click **Save**.

### Organization ID

Each organization has an Organization ID, which is a unique identifier. You do not need to include the Organization ID when sending API calls.

When contacting support, you might be asked to share your Organization ID.

To locate the Organization ID:

1. Log in to [https://va.landing.ai/](https://va.landing.ai/).
2. Go to the [Organization Settings](https://va.landing.ai/settings/organization/general) page (to navigate there manually, click your profile icon at the bottom left corner of the page and click **Organization Settings**).
3. The **Organization ID** displays.
4. Click the **Copy** icon to copy the ID.

## Members and Roles

The Explore plan supports one user. To add members to your organization, upgrade to a Team or Enterprise plan. Users in an organization are called **members**.

Team and Enterprise plans support unlimited members. For more information about plan features, go to [Pricing & Billing](./ade-pricing).

Members are managed on the [Members](https://va.landing.ai/settings/organization/members) page.

### Member Roles

An organization includes the following member roles: **Developer** and **Admin**. The following table defines what actions each role can perform:

<table>
  <thead>
    <tr>
      <th>Action</th>
      <th>Developer</th>
      <th>Admin</th>
    </tr>
  </thead>

  <tbody>
    <tr>
      <td>Process documents</td>
      <td><span class="check-icon">✓</span></td>
      <td><span class="check-icon">✓</span></td>
    </tr>

    <tr>
      <td>Create API keys</td>
      <td><span class="check-icon">✓</span></td>
      <td><span class="check-icon">✓</span></td>
    </tr>

    <tr>
      <td>Revoke your own API keys</td>
      <td><span class="check-icon">✓</span></td>
      <td><span class="check-icon">✓</span></td>
    </tr>

    <tr>
      <td>Revoke API keys other members created</td>
      <td><span class="cross-icon">✖</span></td>
      <td><span class="check-icon">✓</span></td>
    </tr>

    <tr>
      <td>Invite members</td>
      <td><span class="cross-icon">✖</span></td>
      <td><span class="check-icon">✓</span></td>
    </tr>

    <tr>
      <td>Remove members</td>
      <td><span class="cross-icon">✖</span></td>
      <td><span class="check-icon">✓</span></td>
    </tr>

    <tr>
      <td>Change member roles</td>
      <td><span class="cross-icon">✖</span></td>
      <td><span class="check-icon">✓</span></td>
    </tr>

    <tr>
      <td>Manage billing</td>
      <td><span class="cross-icon">✖</span></td>
      <td><span class="check-icon">✓</span></td>
    </tr>

    <tr>
      <td>Update organization name</td>
      <td><span class="cross-icon">✖</span></td>
      <td><span class="check-icon">✓</span></td>
    </tr>
  </tbody>
</table>

### Invite Members

Members with the Admin role can invite other members to the organization. Invitations to members expire in 2 days. If an invitation has expired, you can invite the user again.

<Info>If your organization has SSO enabled, inviting users may not be required. For more information, go to [Single Sign-On (SSO)](./ade-sso#user-access-and-jit-provisioning).</Info>

To invite a member:

1. Log in to [https://va.landing.ai/](https://va.landing.ai/).
2. Go to the [Members](https://va.landing.ai/settings/organization/members) page (to navigate there manually, click your profile icon at the bottom left corner of the page and click **Members**).
3. If you're not currently in the correct organization, select your organization from the drop-down menu.
4. Click **Invite**.
5. Enter the email addresses of the users you want to invite. Separate email addresses with a comma.
6. Select the [role](#member-roles) you want to assign to the users.
7. Click **Invite**. An invitation to join the organization is emailed to the users. Invited users can then join your organization by following the [Complete Your Registration](#complete-your-registration) process.

### Complete Your Registration

After you’ve been invited to an organization, you will receive an automated email prompting you to complete your registration.

Your account will be linked to the email address the email was sent to. If you want your account to be linked to a different email address, ask the user who invited you to send a new invitation to that address.

To complete your registration:

1. Open the automated email.
2. Click the button that prompts you to accept the invitation. A new window or tab opens.
3. Follow the on-screen prompts to either create a new account or log in with an existing account.
4. After logging in, your registration is complete and you can start using {ade}.

### Remove Members

Members with the Admin role can remove other members from the organization. If you remove a member, any API keys that user created will remain active and can be managed by Admins.

To remove members:

1. Log in to [https://va.landing.ai/](https://va.landing.ai/).
2. Go to the [Members](https://va.landing.ai/settings/organization/members) page (to navigate there manually, click your profile icon at the bottom left corner of the page and click **Members**).
3. Locate the row for the member. (You may need to search for the member to narrow down the list of members.)
4. Click the **Settings** button (ellipses) and select **Remove from \[organization]**. Follow the on-screen prompts to complete the process.

### Revoke Invitations

Members with the Admin role can revoke invitations that are Pending. To revoke an invitation:

1. Log in to [https://va.landing.ai/](https://va.landing.ai/).
2. Go to the [Members](https://va.landing.ai/settings/organization/members) page (to navigate there manually, click your profile icon at the bottom left corner of the page and click **Members**).
3. Locate the row for the member. (You may need to search for the member to narrow down the list of members.)
4. Click the **Settings** button (ellipses) and select **Revoke invitation**. The user will no longer be able to create an account for your organization. If you revoked the invitation by mistake, you can invite the user again.

### Change Member Roles

Members with the Admin role can change the role of other members.

To change a member's role:

1. Log in to [https://va.landing.ai/](https://va.landing.ai/).
2. Go to the [Members](https://va.landing.ai/settings/organization/members) page (to navigate there manually, click your profile icon at the bottom left corner of the page and click **Members**).
3. Locate the row for the member. (You may need to search for the member to narrow down the list of members.)
4. Select the role you want to assign to the member. Follow the on-screen prompts to complete the process.
