App Logo
platform.claude.com

Remove org member (Claude Console)

Remove a member from an Anthropic / Claude Console organization by email, with built-in verification. It records the member list before and after, returning removed / verified / collateralLoss — proof the right person disappeared and nobody else moved. As a safety guard, the destructive click only fires when the confirmation dialog names the target email. Works with the console in English or French. dryRun (default true) walks to the dialog then dismisses it; set it to false to confirm. Requires an admin account on a team organization: an individual organization has no member management at all, and the script reports that case explicitly rather than failing obscurely. If you are not signed in, it stops with a clear message — chain platform.claude.com/login_with_google first if needed.

Input

email required

Email of the organization member to remove. Matched case-insensitively. Must be a joined member; a pending invitation is revoked, not removed. Requires an admin session: a User-role session has no member controls at all.

dryRun optional

If true (default), walk to the confirmation dialog then dismiss it without removing. Set false to actually remove.

Output

email required
found required
dryRun required
removed required
role optional
after optional
before optional
verified optional

True when the target is gone from `after` AND no other member disappeared

collateralLoss optional

Members present before but missing after, other than the target — must be empty

Start building not clicking