---
path: onboarding/manager-onboarding/invite-users.mdx
title: Invite users
sidebar_position: 3
slug: invite-users
pagination_next: null
pagination_prev: null
description: >-
  How to create invite links and email invitations in Passwork with pre-assigned groups
  and expiration dates, so new team members can register and get access automatically.
keywords:
  - Passwork
  - invite
  - invite link
  - email invite
  - pre-assigned groups
  - user registration
  - onboarding
  - expiration
---

Passwork's **Invites** feature lets new users register themselves using a link or an email invite. When creating an invite you can pre-assign groups, so the new user automatically inherits the correct vault access the moment they complete registration — no manual access configuration needed afterwards.

This is the recommended approach for onboarding multiple team members at once. It is faster and less error-prone than manually adding each user to individual vaults.

:::info
Invites are managed at the system level. Depending on your role permissions, you may be able to create invites directly, or you may need to ask your Passwork administrator to create them for you.
:::

## Create an invite link

A link invite generates a reusable or single-use registration URL that you can share via any channel (email, Slack, intranet).

1. Go to **Settings and users → User management → Invites** tab.
2. Click **Create invite**.

<ImageComponent
  src="/img/assets/invites-2.png"
  alt="Create invite button"
  format="regular"
/>

3. Enter a name for the invite (for your reference, e.g. "Marketing Q3 2026").
4. In the **Groups** field, add the Passwork groups the user should be automatically assigned to upon registration.
5. Set an **expiration date**. Use a short window (one week) for security — expired links cannot be used.
6. Click **Create**.

<ImageComponent
  src="/img/assets/invites-3.png"
  alt="Create link invite — name, expiration, and group assignment"
  format="regular"
/>

7. Copy the invite link from the confirmation dialog. Remember to copy it before closing the dialog, as it is can't be viewed again afterwards.

<ImageComponent
  src="/img/assets/invites-4.png"
  alt="Copy invite link"
  format="regular"
/>


Send the link to the new team member. When they open it, they are taken directly to the Passwork registration page. After completing registration, they are automatically added to the pre-assigned groups and gain immediate access to the corresponding vaults.

## Create an email invite

For a more formal flow, send the invite directly to the recipient's email address from within Passwork.

1. Follow steps 1–2 above to open the Create invite dialog.
2. Switch to the **Email** tab.
3. Enter one or more email addresses.
4. Optionally pre-assign groups.
5. Click **Create and send**.

<ImageComponent
  src="/img/assets/invites-5.png"
  alt="Create email invite — addresses and group assignment"
  format="regular"
/>

:::warning
Email invites are valid for **three days** from the creation date. If a user does not register within that window, create a new invite.
:::

## Manage and revoke invites

All active invites are listed in the **Invites** tab. You can see the invite name, creation date, expiration, and usage count.

<ImageComponent
  src="/img/assets/invites-1.png"
  alt="Invites list"
  format="regular"
/>

To revoke an invite before it expires (for example, if you sent a link to the wrong person):

1. Select the invite in the list.
2. Click **Delete** in the dropdown menu.

<ImageComponent
  src="/img/assets/invites-6.png"
  alt="Delete invite"
  format="regular"
/>

Once deleted, the link is immediately invalidated. Any user who tries to use it after deletion will see an error.

## Invite vs. manual vault access grant — when to use which

| Situation | Recommended approach |
|-----------|---------------------|
| Onboarding multiple new hires at once | **Invite link** with pre-assigned groups |
| Single new hire with a standard role | **Email invite** with pre-assigned group |
| Granting an existing user access to a specific vault | **Vault access management** (add user to vault directly) |
| Temporary contractor access for a defined project | **Invite with short expiration** + dedicated contractor group |
| Existing user needing access to one folder | **Folder-level access grant** from vault settings |
