Stitchflow
Claude (Anthropic) logo

Claude (Anthropic) User Management Guide

Manual workflow

How to add, remove, and manage users with operational caveats that matter in production.

UpdatedMar 9, 2026

Summary and recommendation

Claude (Anthropic) user management can be run manually, but complexity usually increases with role models, licensing gates, and offboarding dependencies. This guide gives the exact mechanics and where automation has the biggest impact.

Claude for Work ships two tiers relevant to IT teams: Team and Enterprise. The Team plan includes SSO via WorkOS but stops short of SCIM - every app in your stack that relies on directory sync for lifecycle automation will require a manual workaround on Team.

Enterprise unlocks SCIM 2.0, audit logs, a 500K context window, and GitHub integration, but carries a negotiated contract with a reported minimum commitment that puts it out of reach for smaller organizations.

The permission model is a flat three-tier structure: Owner, Admin, and Member. There are no custom roles, no per-Project permission scoping, and no granular feature toggles - role assignment controls access to admin settings and billing only.

Quick facts

Admin console pathclaude.ai → (account menu) → Settings → Team / Members
Admin console URLOfficial docs
SCIM availableYes
SCIM tier requiredEnterprise
SSO prerequisiteYes

User types and roles

Role Permissions Cannot do Plan required Seat cost Watch out for
Owner Full billing access, can add/remove members, can assign Admin role, can delete the workspace, manages subscription. Cannot be removed by Admins; only one Owner per workspace. Team or Enterprise Counts as a paid seat ($25–$30/user/month on Team; negotiated on Enterprise). Ownership transfer process is not self-serve; requires contacting Anthropic support.
Admin Can invite and remove members, view member list, manage workspace settings. On Enterprise: can configure SSO, SCIM, and audit log access. Cannot manage billing or change subscription plan; cannot remove the Owner. Team or Enterprise Counts as a paid seat. On Team plan, Admin cannot configure SCIM or directory sync - those controls only appear on Enterprise.
Member Can use Claude within the workspace, access shared Projects, create personal Projects. Cannot invite other users, cannot view billing, cannot access admin settings. Team or Enterprise Counts as a paid seat. Members provisioned via SCIM (Enterprise only) are activated automatically; manually invited members must accept an email invitation before the seat is consumed.

Permission model

  • Model type: role-based
  • Description: Claude for Work uses a flat three-tier role model: Owner, Admin, and Member. Permissions are fixed per role; there are no custom roles or granular permission toggles available in the UI as of early 2025.
  • Custom roles: No
  • Custom roles plan: Not documented
  • Granularity: Coarse - role assignment controls access to admin settings and billing only. No per-Project or per-feature permission scoping is available for individual members.

How to add users

  1. Sign in to claude.ai as Owner or Admin.
  2. Navigate to Settings → Members (Team plan) or the Enterprise admin console.
  3. Click 'Invite members'.
  4. Enter the invitee's email address (one or multiple, comma-separated).
  5. Select role: Member or Admin.
  6. Click 'Send invites'. Each invitee receives an email with an acceptance link.
  7. Seat is counted and billed once the invitation is accepted.

Required fields: Email address of invitee, Role selection (Member or Admin)

Watch out for:

  • Invitations expire; if the recipient does not accept within the expiry window, the admin must resend.
  • On Team plan, minimum 5 seats must be purchased; adding a user below that floor is not possible.
  • On Enterprise, users provisioned via SCIM bypass the email invitation flow entirely - they are activated on first SSO login.
  • There is no bulk CSV import available on the Team plan UI; bulk provisioning requires Enterprise + SCIM.
Bulk option Availability Notes
CSV import No Not documented
Domain whitelisting No Automatic domain-based user add
IdP provisioning Yes Enterprise

How to remove or deactivate users

  • Can delete users: No
  • Delete/deactivate behavior: Anthropic does not expose a 'delete member' action in the admin UI. Admins can remove (deactivate) a member, which revokes workspace access immediately. The user's Anthropic account itself is not deleted. On Enterprise with SCIM, deprovisioning in the IdP triggers automatic access revocation via SCIM DELETE; the account record is retained.
  1. Sign in to claude.ai as Owner or Admin.
  2. Navigate to Settings → Members.
  3. Locate the member to remove.
  4. Click the '…' (more options) menu next to their name.
  5. Select 'Remove from team'.
  6. Confirm the action. Access is revoked immediately.
  7. (Enterprise with SCIM) Alternatively, deprovision the user in Okta/Entra/Google Workspace; SCIM propagates the removal automatically.
Data impact Behavior
Owned records Conversations and Projects created by the removed user remain in the workspace and are accessible to Admins/Owners on Enterprise. On Team plan, visibility of removed-user content by remaining members is not explicitly documented by Anthropic.
Shared content Shared Projects the removed user contributed to remain intact; their messages within those Projects are retained.
Integrations Any API keys or integrations the user personally configured may stop functioning if tied to their individual credentials; workspace-level integrations are unaffected.
License freed The seat is freed at the next billing cycle (Team plan is billed monthly per seat). Enterprise seat counts are governed by the contract terms; freeing a seat mid-contract may not reduce the invoice until renewal.

Watch out for:

  • Removing a user does not delete their conversation history; data retention follows Anthropic's data retention policy.
  • On Enterprise, if SCIM is active, removing a user only in the Claude admin UI (without deprovisioning in the IdP) may result in the user being re-provisioned on next IdP sync.
  • The Owner role cannot be removed by Admins; only the Owner can transfer or relinquish ownership via Anthropic support.
  • There is no 'suspend' or 'deactivate without removing' state - removal is binary.

License and seat management

Seat type Includes Cost
Team seat Claude access with higher usage limits than Pro, shared Projects, basic admin controls, SSO (no SCIM). $25–$30/user/month (billed annually or monthly; minimum 5 seats)
Enterprise seat All Team features plus SCIM provisioning, 500K context window, audit logs, GitHub integration, advanced admin controls, dedicated support. Negotiated; approximately $60/seat/month reported for 70+ user contracts with ~$50K annual minimum
  • Where to check usage: claude.ai → Settings → Billing (Owner only) shows current seat count and next billing date. Enterprise customers may have a dedicated account dashboard or receive usage reports from their Anthropic account team.
  • How to identify unused seats: No built-in 'last active' or login-date column is exposed in the Team plan member list as of early 2025. Enterprise customers with audit logs enabled can query login events to identify inactive users. Admins should cross-reference the member list against IdP last-sign-in data when SCIM is active.
  • Billing notes: Team plan seats are added incrementally and billed at the per-seat rate; removing a member mid-cycle does not generate a prorated credit on monthly billing (verify with Anthropic support for annual billing). Enterprise contracts set a minimum seat floor; unused seats within the contracted count are still billed.

The cost of manual management

On the Team plan, every provisioning and deprovisioning action is manual. Admins invite users one at a time (or comma-separated batches) via Settings → Members, and each invitee must accept an email link before the seat is active. There is no bulk CSV import on Team.

Removals are equally manual: locate the member, open the options menu, select 'Remove from team,' and confirm. Removal is binary - there is no suspend or deactivate-without-removing state. Without audit logs or a 'last active' column in the Team plan UI, identifying unused seats requires cross-referencing the member list against IdP sign-in data externally.

Ownership transfers are not self-serve and require contacting Anthropic support, adding friction to any org restructure or offboarding of a workspace Owner.

What IT admins are saying

Recurring friction reported by Team plan admins centers on the SCIM gap: SSO is available, but without directory sync, every new hire and departure is a manual ticket. At scale, this creates meaningful operational drag.

Enterprise users flag Azure AD (Entra ID) SCIM sync delays of up to 40 minutes, which can leave access windows open longer than security policy allows during offboarding.

The absence of granular permission controls - no way to restrict specific features or Projects to subsets of members - is a consistent complaint across both tiers.

Common complaints:

  • Team plan includes SSO but lacks SCIM provisioning, requiring manual member management at scale.
  • Enterprise pricing is not publicly listed; prospective buyers must contact sales, and reported minimums (~$50K/year, 70+ seats) exclude smaller organizations.
  • No 'last active' or usage analytics visible in the Team plan admin UI, making it difficult to identify unused seats.
  • Ownership transfer requires contacting Anthropic support rather than being self-serve.
  • Azure AD (Entra ID) SCIM sync delays of up to 40 minutes reported by Enterprise users.
  • No granular permission controls - admins cannot restrict specific features or Projects to subsets of members.
  • Invitation expiry behavior is not clearly communicated; expired invites require manual resend with no automated reminder.
  • Removing a user in the Claude admin console without also deprovisioning in the IdP can result in re-provisioning on next SCIM sync.

The decision

Choose the Team plan if your organization is under the Enterprise seat minimum and can absorb manual provisioning overhead. SSO is included, which covers authentication; the gap is lifecycle automation.

Upgrade to Enterprise if you need SCIM-driven provisioning, audit logs for compliance, or the 500K context window for long-document workflows. Validate SCIM sync latency with your IdP before relying on it for time-sensitive offboarding - reported delays on Entra ID are a known issue.

If your IdP is not Okta, Microsoft Entra ID, or Google Workspace, confirm SCIM compatibility with Anthropic before committing, as only those three are officially listed.

Bottom line

Claude for Work is a capable AI workspace with a clean SSO story on Team and a full SCIM 2.0 implementation on Enterprise - but the gap between those two tiers is significant for IT teams.

Every app that depends on automated lifecycle management hits a wall on Team, and Enterprise's reported contract minimums mean smaller organizations may not qualify.

The flat role model and absent usage analytics add operational overhead that admins should factor into their evaluation alongside the AI capability itself.

Automate Claude (Anthropic) workflows without one-off scripts

Stitchflow builds and maintains end-to-end IT automation across your SaaS stack, including apps without APIs. Built for exactly how your company works, with human approvals where they matter.

Every app coverage, including apps without APIs
60+ app integrations plus browser automation for apps without APIs
IT graph reconciliation across apps and your IdP
Less than a week to launch, maintained as APIs and admin consoles change
SOC 2 Type II. ~2 hours of your team's time

UpdatedMar 9, 2026

* Details sourced from official product documentation and admin references.

Keep exploring

Related apps

AdRoll logo

AdRoll

Manual Only
AutomationNot Supported
Last updatedMar 2026

AdRoll's user management is handled through Settings > Company > User Permissions. Only Admins can add, edit, or remove users — General Users cannot manage teammates or access billing by default. AdRoll offers unlimited user seats, so there is no docum

Ahrefs logo

Ahrefs

Manual Only
AutomationNot Supported
Last updatedFeb 2026

Ahrefs provides a four-tier workspace access model — Owner, Admin, Member, and Guest — governed by workspace-level roles combined with per-object share settings. Every app in your stack that handles SEO data access should have a clear offboarding path;

Atlassian Loom logo

Atlassian Loom

Manual Only
AutomationNot Supported
Last updatedFeb 2026

Atlassian Loom uses a fixed, workspace-scoped role model: Admin, Creator (also called Member on legacy Enterprise contracts), Creator Lite (deprecated for new users after February 2026), and Viewer (Education plans only). There are no custom roles or p