ワンクリックで
jc-offboard-user
Offboard a JumpCloud user — lock account, remove from groups, reset MFA, optionally delete using the jc CLI
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Offboard a JumpCloud user — lock account, remove from groups, reset MFA, optionally delete using the jc CLI
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
| name | jc-offboard-user |
| description | Offboard a JumpCloud user — lock account, remove from groups, reset MFA, optionally delete using the jc CLI |
Walk through securely removing a user's access, cleaning up group memberships, and optionally deleting the account.
jc installed and authenticated (jc auth status)Ask the user for:
jc users get USERNAME -t
Confirm the user identity before proceeding.
jc users lock USERNAME
This prevents login right away.
jc graph traverse --from user:USERNAME --to user_group -t
For each group found in step 3:
jc groups remove-member GROUP_NAME --user USERNAME --force
jc users reset-mfa USERNAME
This invalidates any TOTP tokens the user has configured.
If the admin confirmed deletion:
jc users delete USERNAME --plan
Show the plan first. Then:
jc users delete USERNAME --force
If deleted:
jc users get USERNAME
# Should return "not found"
If locked (not deleted):
jc users get USERNAME -t
# Should show account_locked: true
--plan before --force on destructive operationsjc graph unbind)Use the jc CLI to manage JumpCloud organizations — users, devices, groups, policies, commands, insights, and 20+ more resource types
Run a JumpCloud compliance check — MFA adoption rate, admin MFA coverage, FDE coverage, password age, plus password-policy + admin-account inspection, using the jc CLI
Create jc CLI recipes — multi-step YAML workflows with template variables, conditional steps, and output capture for JumpCloud automation
Onboard a new JumpCloud user — create account, add to groups, verify setup using the jc CLI
Run a JumpCloud security audit — admins without MFA, users without MFA, suspended-not-locked accounts, IP list hygiene, plus auth-failure trends from Directory Insights, using the jc CLI
Diagnose JumpCloud authentication issues for a user — check account status, MFA, groups, auth events, and policies using the jc CLI