Skip to documentation content

Invite an employee

Generate a link code, share it, and confirm the redemption.

Steps#

  1. Open the admin area

    From the navigation, go to Admin → Employees. You'll see a list of current employees and a "Generate link code" button.

  2. Enter the employee's email

    Type the email the employee will sign up with. The system generates a 6-character code bound to that email and creates an `EmployeeLinkCode` record with a 7-day expiry.

  3. Share the code

    Send the code (and the sign-up URL) to the employee by email or chat. They redeem it during sign-up.

Code lifetime#

Codes expire 7 days after creation. After expiry, redemption fails with a clear error and you'll need to generate a new one.

A code is single-use. Once redeemed, it cannot be reused. Sharing the same code with two people will only attach the first one to claim it.

After they claim it#

After redemption, the employee is attached to your company with `permission_level = GENERAL`. They can immediately:

  • View all projects, clients, and the calendar.
  • Create projects, events, and clients.
  • Be assigned as a project's responsible employee.

If you want them to manage company settings, project types, billing, or to delete projects, promote them to ADMIN from the Employees page.