Skip to main content
Store operations and content

Shopify Basic Gives You Zero Staff Accounts — And No App Can Add One

Shopify's help center lists the user limit on Basic as 0 — not two, zero — and Starter is 0 as well. The common follow-up, whether a permissions app can add seats, has a hard technical answer: no. The Admin GraphQL API's StaffMember object has no mutations at all, so no app can create a single user. What does exist are four user types that don't count against the limit, and two of them are usable in practice: collaborator accounts (Shopify Partners only, no POS, 90-day expiry) and POS-only staff (which require POS Pro at $89/month/location). Here's the accurate per-plan table, what apps can and can't do, and how to hand out access while staying on Basic. Researched September 1, 2026.

AIEC App Lab AI Editorial TeamPublished Updated Read 14 min#Shopify blog operations#App comparisons#For beginners

What you will learn

On this pageContentsCloseOpen

"I tried to add a staff member on Basic and the button wouldn't work." That isn't a misconfiguration and it isn't a bug. Shopify's help center page Maximum number of users for each pricing plan lists the user limit on Basic as 0. Starter is 0 too.

Plenty of third-party write-ups still say Basic includes two staff accounts. That doesn't match the current help center table. The exact date Shopify revised the limit isn't something we could confirm in an explicit statement in Shopify's own documentation — but as of September 1, 2026, the help center shows 0 for both Basic and Starter.

The most common follow-up is whether a permissions app can add seats. It can't, and the reason is specific rather than hand-wavy. What does exist is a set of four user types that don't count against the limit at all, two of which are genuinely usable.

Below: the accurate per-plan ceilings, the boundary between what apps can and can't touch, and how to hand out access without leaving Basic or Starter. All figures reflect official Shopify sources as of September 1, 2026.

The short version

  • More people logging into the Shopify admin — changing plans is the only official route. No app adds a single seat.
  • An agency or freelancer who only touches the themeTheme Access, Shopify's own free app. No staff account consumed; works on Basic and Starter.
  • A contractor who needs broad admin access — collaborator accounts, free and uncapped. The catch: they must hold a Shopify Partner account, can't use POS, and lose access after 90 days without a login.
  • Retail employees on the register — POS-only staff are unlimited, provided the location is on POS Pro at $89/month/location.
  • Restricting an existing staff member to just their own orders — impossible natively and via apps. Shopify's permissions are feature-scoped, and the documentation says explicitly they can't be narrowed to individual records.

User limits by plan

The ceilings published by Shopify's help center:

PlanAdmin user limit
Pause and Build1
Starter0
Basic0
Grow5
Advanced15
Shopify PlusUnlimited

Shopify's pricing page agrees: Grow is listed with up to 5 staff accounts, Advanced with up to 15, and Plus with unlimited. The Basic plan card doesn't mention staff accounts at all.

The full feature-comparison table on the same pricing page goes further — "add staff accounts" is shown as explicitly not included on Basic. A stated absence of the feature, not vague wording. Worth noting from the same table: "invite external collaborators" is shown as included on Basic.

If you downgrade, users over the new ceiling are deactivated automatically, in a documented order: pending users first, in the order they were most recently invited, then active users, starting with the oldest last-login date.

Whether stores that predate the change were grandfathered into their old allowance isn't something we could confirm in an explicit statement in Shopify's documentation. Merchant reports exist in the community, but Shopify hasn't confirmed them. Check your store's actual allowance under Settings > Users.

The four user types that don't count

This is the part that matters most operationally. The 0-user ceiling applies only to staff accounts; four other types are tracked separately.

TypeLimitThe real prerequisite
Store owner1
Organization owner1An organization (Plus, multi-store)
CollaboratorUnlimitedThe other party holds a Shopify Partner account
POS-only staffUnlimitedThe location is on POS Pro

The right-hand column is what most write-ups skip. Plan around "unlimited" alone and you'll hit the prerequisite instead.

Collaborator accounts are not a free loophole

A collaborator account is a Shopify Partner you've granted access to your store or organization. They don't count against the user limit, so Basic and Starter stores can invite as many as they need. Four constraints apply.

First, only Shopify Partner account holders can request access. The Collaborations page on shopify.dev lists "A Shopify Partner account" as a requirement. Partner accounts are free, but this isn't a mechanism for handing access to part-time retail staff.

Second, requests need a four-digit collaborator request code. The help center states that only Partners you've shared the code with can request access. You'll find it under Settings > Users > Security, and generating a new code invalidates the old one. One exception: a Partner organization that already has its own app installed on the store can request access without a code. When this code became the default for all merchants isn't something we could confirm in an explicit statement in Shopify's documentation.

Third, collaborators cannot access the Shopify POS app or the Point of Sale channel. The documentation puts it directly: Collaborator accounts can't be granted POS permissions. They also can't be given the Administrator store role, and store or organization ownership can't be transferred to them.

Fourth, access auto-expires after 90 days without a login. You can restore it from Users and permissions via Actions > Reactivate user.

One upside: collaborators can't sign in unless they've enabled two-step authentication on their Shopify Partner account — a security gain, not a cost.

"Unlimited" POS staff requires POS Pro

POS-only staff access nothing but the Shopify POS app. No email address is required — they sign in with a PIN, and never touch the admin at all.

Watch out: Shopify's own pages aren't perfectly consistent here. The user-limits page can be read as saying you can add them as long as you have the Point of Sale channel. But the invite-procedure page states the requirement plainly — the location must currently have a Shopify POS Pro subscription. The POS pricing page's feature comparison points the same way: "unlimited staff with POS access" appears only on the POS Pro side, while the everyday in-person selling tier (the POS Lite equivalent) is listed as having a limit on staff with POS access. And the POS staff management documentation says: POS app only staff are only available to merchants using Shopify POS Pro and can only log in to POS Pro locations.

With multiple official pages reading as POS Pro-required, treat POS Pro as the prerequisite in practice. It is $89/month per location on the English pricing page (¥13,000/month per location on the Japanese one), billed annually in both cases. As for the claim that Shopify Plus includes POS Pro for some number of locations — we could not confirm that on either POS pricing page.

POS roles are POS Pro-only as well. At a POS Lite location, an admin user who accesses POS always gets full access and can't be restricted. POS Pro roles set discounts, returns, register cash management, and similar actions to one of three states: allow, deny, or require approval via a manager PIN.

That produces a clear cost fork. If retail employees only need the register, Basic at $39/month plus POS Pro at $89/month/location comes to $128/month with unlimited POS-only staff. Grow at $105 plus POS Pro is $194. Unless those people also need online work, staying on Basic is cheaper.

Why no app can add staff seats

The App Store does have several apps carrying a "Staff permissions" feature tag. But what those apps manage is permissions over employee records inside the app — not login rights to the Shopify admin.

The technical basis is unambiguous. The Admin GraphQL API's StaffMember object exposes only the currentStaffMember, staffMember, and staffMembers queries. No mutation for creating or adding a user is defined anywhere. On top of that, the read_users scope is read-only and gated: it requires a finance embedded app, or installation on a Shopify Plus or Advanced store, plus enablement by Shopify support.

Apps have no write path into Shopify's user allowance at all. Since that allowance is tied to your plan contract, the design is internally consistent. What apps can do sits outside it entirely — three areas, specifically.

Apps that fill the space outside the allowance

Theme Access (Shopify, free)

A free app from Shopify itself. It issues theme-scoped passwords to theme developers without creating a staff account, for use with Shopify CLI or Theme Kit. The App Store listing shows support for 21 languages, including Japanese. The sharing link expires after 7 days, and you can list everyone holding access and revoke it immediately.

Its scope is the theme and nothing else — no order or settings changes. Flip that around and it's the practical, zero-added-cost answer for a Basic or Starter store that outsources theme work only.

Rating as of September 1, 2026 is 4.1 across 4 reviews — far too small a base to say anything about quality.

Time clock and scheduling apps for POS staff

These handle clock-in, scheduling, and commission for stores running Shopify POS. None increase your admin user allowance, but they let you work with labor data without putting retail employees in the admin.

Easyteam POS Time Clock In (Easyteam®) is at 4.9 across 299 reviews as of September 1, 2026, with a Built for Shopify badge. Pricing is a free plan (up to 1 staff member), Retail at $30/month plus $5 per additional staff member (up to 6, 14-day trial), and Enterprise from $490/month. The UI is English-only, and whether Japanese-language support exists could not be confirmed. Its listed payroll integrations are predominantly US services.

POS Staff Time Clock In (Zon Staff) is at 4.8 across 39 reviews with a Built for Shopify badge. Starter is free (1 staff member), Small Business is $24.99/month (5), Workforce is $39.99/month plus $4 per staff member (10), and Enterprise is $199.99/month plus $2 per staff member (100). It launched in March 2025, so there's no long-run track record to read yet. English-only UI.

POS Time Tracker by ATeam Apps (A Team Apps LLC) is at 4.8 across 48 reviews with a Built for Shopify badge. Starter is $15/month (up to 5 staff, 7-day trial), Plus $25/month (10), Pro $40/month (30), and Enterprise $40/month plus $1 per staff member (unlimited). Clock-in and break tracking inside Shopify POS, shift creation, payroll-ready reports, and unlimited locations are common to every plan; Enterprise adds API access and exports for ADP Workforce Now and Paychex. Payroll calculation itself is assumed to happen externally, which makes it easy to scope alongside whatever payroll system you already run. English-only UI.

Audit log apps

The native constraint that permissions can't be narrowed to individual records can be partially offset after the fact, through visibility.

Logify: Activity & Staff Logs (Tabgraf.com) records change history for products, orders, and inventory, and sends alerts via Slack, email, and webhooks. Pricing spans four tiers from Starter at $19/month to Ultimate at $99/month, log retention is 60 days by default, and every plan includes a 7-day free trial.

The caveat: as of September 1, 2026 it sits at 2.5 across 4 reviews — too small a base to support a purchasing decision, so treat the trial as mandatory. It also includes staff screen recording, so from a labor-practice and personal-data standpoint, sort out internal policy and consent before switching it on.

Don't confuse this with "access control" apps

Search the App Store for access control and Locksmith (Lightward, 4.7 across 286 reviews, Built for Shopify badge) comes up near the top. Live since 2014, with plan-tiered pricing from $12/month on Shopify Basic to $199/month on Shopify Plus and a 15-day free trial. Note that the listing frames these under a "Pay what feels good" policy, with each amount labeled a suggested price — safer not to read them as fixed rates.

But this is not a staff permissions app. It controls content access on the Online Store channel — the storefront your customers see — gating products and pages using customer tags, passcodes, geography, and similar keys. Useful for members-only products or wholesale pricing; irrelevant to Shopify admin staff permissions.

"Access control" just happens to name two completely different layers. Install it hoping to solve a staff seat problem and you've wasted $12/month or more.

How far permissions can actually be narrowed

If you already have staff, here's the line between what the permission settings can and can't do.

Feature-level control works. Orders alone break into roughly 19 separate permissions, including view, manage order information, edit orders, apply discounts, mark as paid, capture payments, fulfill and ship, return, refund, cancel, export, and delete.

App and sales channel targeting works too. Alongside a blanket "manage and install all apps and channels" permission, you can check off individual apps to allow. The trade-off: a user with specific apps selected can't install or delete apps, and the role needs updating every time you add one. Shopify also states that App permissions in the Shopify admin don't change or impact any permissions set up through apps.

If you use B2B, a setting restricts permissions to assigned company locations, narrowing orders, draft orders, customers, and companies to that location's share. Other pages aren't filtered, and some figures — such as a customer's amount spent — still show totals across all locations.

Per-record restriction doesn't work. Shopify states it directly: within a store you can't restrict permissions to individual orders, products, or customers. "This person, but only these orders" is unachievable natively and via apps. Reports are the same — the documentation says you can't specify which reports a user can access.

What Shopify Plus adds at the organization level

If you need 16 or more users, or your governance requirements have grown, Plus opens up organization-level administration.

Groups are a Plus organization-only feature: build a set of roles and assign it to users in bulk. Collaborators can't be assigned to groups.

On security, Plus organizations get mandatory two-step authentication for all users, two-step authentication resets, verified domains, SAML with a selectable enforcement level, SCIM provisioning and deprovisioning against your IdP, and an organization-level user activity log. All depend on verifying domain ownership first.

Before you decide

  • Is what you want more of actually people logging into the admin, or something else?
  • Have you checked your store's real allowance under Settings > Users?
  • Does your contractor hold a Shopify Partner account? (Prerequisite for collaborators.)
  • Does the contractor need the theme only, or the admin broadly?
  • Is your retail location on POS Pro or POS Lite?
  • If you add POS Pro at $89/month/location, is that cheaper than upgrading to Grow?
  • Does the app display in the language your team reads? (Check the UI specifically — separate from listed support languages.)
  • Is per-record permission separation actually a requirement? If so, revisit the design rather than the app list.
  • If you add an audit log app, do features like screen recording conflict with internal policy?

Bottom line

Four decisions, in order.

  1. More admin logins — no route but a plan change. Grow 5, Advanced 15, Plus unlimited.
  2. Contractor access — Theme Access (free) for theme-only work; collaborator accounts (free, Partner-only, no POS, 90-day expiry) for broad admin access.
  3. Retail employees — POS-only staff are unlimited, with POS Pro at $89/month/location as the prerequisite.
  4. Narrower permissions — check whether feature-level control is sufficient. Per-record control is impossible natively and via apps, so redesign the roles or fall back to after-the-fact visibility through audit logs.

Every plan ceiling, price, rating, and review count here reflects the Shopify help center, shopify.dev, Shopify's official pricing pages, and the Shopify App Store as of September 1, 2026. Shopify has revised staff seat allowances before, so confirm the current figures before you commit.

RelatedShopify Validates Addresses for Free — and Tells You Not to Run an App Alongside It

Shopify's admin address validation is on by default, free, on every plan, and supports the US. Checkout-time validation is one toggle away. Shopify's own documentation then warns that running a third-party address validation app at the same time can create conflicting suggestions and reduce checkout conversion — you are meant to pick one. That reframes the whole category: apps are not there to duplicate deliverability checking, they are there to enforce policy Shopify's validator does not enforce, like blocking PO boxes or requiring an apartment number. We priced four real apps from the US App Store on September 2, 2026, spanning $4.99/month flat, $0.04 per order, and one that requires a separate subscription billed outside Shopify.