Set up Directory Sync
- Go to Settings → Security in Jamie
- Click Configure next to Directory Connection Settings
- Select your directory provider and follow the on-screen instructions to connect it
How provisioning works
Once Directory Sync is connected, your IdP becomes the source of truth for who belongs to the workspace:- New users in your directory are automatically added to the Jamie workspace (and a Jamie account is created if they don’t have one).
- Updates to a user’s name or status sync automatically.
- Removing or deactivating a user in your directory deprovisions them from the workspace and signs them out.
Assigning roles
Every provisioned user is a Member by default. To grant someone the Admin role, configure role assignment in your directory. There are two ways to do this.Option 1 — Map a group to a role (recommended)
Works for Microsoft Entra ID, Google Workspace, and other SCIM directories.- Create (or choose) a group in your IdP for your Jamie admins — for example, Jamie Admins.
- During Directory Sync setup, in the role-assignment step, map that group to the Admin role.
- Add your administrators to the group.
Option 2 — Use the jamie_role attribute
If you’d rather drive the role from a user attribute than a group, map the jamie_role attribute during setup and set it on each user.
The value is case-insensitive. If both a group mapping and
jamie_role are present, Admin from either source wins.
Role safeguards
- Member by default. An unrecognized or missing role always falls back to Member, so admin access is never granted by accident.
- Roles stay in sync. Changing a user’s group membership or
jamie_rolepromotes or demotes them automatically on the next sync. - The last admin is protected. Directory Sync will never remove the last remaining admin from a workspace, so a misconfiguration can’t lock your team out.

