Copying a user (inherit permissions)
What you'll learn
- When copying is better than creating from scratch
- What the copy inherits — and what you still fill in manually
- Step-by-step through the Copy User dialog
- Common patterns for using copy effectively
When to copy versus when to create
Copy is the right choice when:
- You're adding a new person to an existing role that another teammate already fills well (e.g., onboarding your third finance reviewer — copy from one of the existing two).
- You've set up a dedicated template user — an account created specifically to be cloned for new hires of a given type.
- You want the new user to have the same companies and per-resource access as an existing user, without manually re-configuring each setting.
Create from scratch is the right choice when:
- The new user has a unique setup nobody else matches.
- You want a clean starting point (just the default role-level access) and will configure the details yourself.
- No existing user really matches — copying from a "close enough" person often results in access overrides you didn't want.
What the copy inherits
When you copy a user, the new account starts with:
- The role from the source user (pre-filled; you can change it before saving).
- The primary company from the source user (pre-filled; you can change it).
- The full list of companies the source user belongs to.
- The per-resource access overrides (ACLs) configured for the source user.
What the new user gets fresh:
- Their own username (you pick it; must be unique).
- Their own name and email.
- Their own initial password (you set it).
In short: personal identity is new; access setup is cloned.
Step-by-step
- Open Settings → Users.
- Find the user you want to copy from. Use the search box if needed.
- Click the three-dot menu at the end of their row.
- Choose Copy User.
- The dialog opens with the title "Copy user {source name}". The Role and primary Company fields are already filled in from the source.
- Fill in the new user's identity:
- Username — unique, the new person's sign-in name.
- First Name / Last Name — the new person's name.
- Email — their email address.
- Password — a strong initial password.
- Review the pre-filled Role and Company. Change either if the new user needs something different from the source.
- Click Copy User (the submit button label changes for copy mode).
The new user appears in the Users list immediately, with the source user's full permission setup already in place. No additional configuration needed unless you want to change something specific.
A useful pattern: template users
Some admins set up dedicated template users — accounts that aren't assigned to a real person but exist purely to be copied. For example:
template.finance-reviewer— Operator role, assigned to Finance group, has read access across Document Flowtemplate.department-admin— CompanyAdmin role, assigned to no grouptemplate.read-only-auditor— ReadOnly role, no group, email points to an auditor mailbox
When a new hire matches one of these profiles, copy from the template, give them a real identity, and they're ready in one minute.
Common questions
I copied from a colleague, but the new user can't see the same things. What went wrong?
Three common causes:
- Role mismatch — double-check you didn't accidentally change the Role dropdown before clicking Copy.
- Session not refreshed — the new user needs to sign out and back in to load their freshly-granted permissions.
- The source user had something you didn't see — group memberships (which are not part of the copy) or a specific role-based default that's different. Compare the two users' Manage Access dialogs.
Does the copy also copy group memberships?
No. Group memberships are managed on the Groups page, not the user's record. After copying, if the new user should belong to the same groups as the source, add them to each group manually from Settings → Groups → Manage Users. See Managing group members.
Can I copy from a user in a different company?
Yes — the source user's company assignments are copied over, so the new user ends up in whatever companies the source was in. Change the primary Company before submitting if you want a different home company.
What happens if I pick the same username as the source?
You can't — usernames must be unique. The dialog won't let you save a duplicate.
Can I undo a copy?
Not in one click, but you can delete the newly-created user (via the Users page) if you copied by mistake. The source user isn't affected by any copy action.
I copied, then changed the new user's role. Do the inherited per-resource overrides still apply?
Yes. Changing the role after the copy doesn't clear the per-resource overrides inherited from the source. If you want the new role's defaults without the inherited overrides, open Manage Access and reset them. See Managing a user's access (per-company ACLs).