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

# Create and delete users

> Create new users in your ABBYY Vantage tenant, resend invitations, and delete users as a Tenant Administrator.

As a Tenant Administrator, you can create users, resend invitations, and delete users in your tenant.

## Viewing users

The **Users** tab in the left pane lists every user created in the tenant. Users who haven't yet accepted their invitation are marked with an invite icon next to their name — hover over the icon to see when the invite was sent.

## Creating a user

<Steps>
  <Step title="Open the new user dialog">
    Navigate to the **Users** tab in the left pane and click **New User**.
  </Step>

  <Step title="Enter the user's details">
    On the **General** tab, enter the name and email address of the new user.
  </Step>

  <Step title="Assign roles">
    On the **Roles** tab, select the checkbox next to each role you want to assign.

    Three roles can be scoped to specific skills — **Skill User**, **Manual Review Operator**, and **Processing Supervisor**. For these, click the role's name to open its settings panel, then either:

    * Toggle **Allow all current and further skills** on to grant the role access to every skill in the tenant, including any added later.
    * Leave the toggle off and select the checkboxes for the specific skills the role applies to. Manual Review Operator can also be scoped to specific stages within a skill.

    The **Skills** column on the Roles list shows the selection count for each scoped role (for example, `0/118`).

    For more information about roles and permissions, see [Role-based access control](/vantage/documentation/tenant-admin/tenant-management/role-based-access).
  </Step>

  <Step title="Send the invitation">
    Click **Send Invite and Save**. Vantage creates the user and sends an invitation with a registration link to the email address you specified.
  </Step>
</Steps>

<Note>
  Invites remain valid for 14 days. If the user doesn't register within that window, Vantage deletes the user and invalidates the link.
</Note>

## Resending an invitation

<Steps>
  <Step title="Select the user">
    On the **Users** tab, select the checkbox to the left of the user's name.
  </Step>

  <Step title="Resend the invite">
    Click **Resend Invite**.
  </Step>

  <Step title="Confirm the email address">
    In the dialog that opens, modify the email address if needed, then click **Send**.
  </Step>
</Steps>

## Deleting a user

<Steps>
  <Step title="Select the user">
    On the **Users** tab, select the checkbox to the left of the user's name.
  </Step>

  <Step title="Delete the user">
    Click **Delete** to confirm the deletion. The user is removed from the list and access to their data is blocked.
  </Step>
</Steps>

## Related topics

<CardGroup cols={2}>
  <Card title="User management" icon="users" href="/vantage/documentation/tenant-admin/tenant-management/user-management">
    Overview of user management in your tenant
  </Card>

  <Card title="Role-based access control" icon="user-shield" href="/vantage/documentation/tenant-admin/tenant-management/role-based-access">
    Roles, permissions, and access scoping in Vantage
  </Card>

  <Card title="Authentication" icon="key" href="/vantage/documentation/tenant-admin/tenant-management/authentication">
    Sign-in flows and OAuth 2.0 / SAML 2.0 options
  </Card>
</CardGroup>
