一键导入
jc-onboard-user
Onboard a new JumpCloud user — create account, add to groups, verify setup using the jc CLI
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Onboard a new JumpCloud user — create account, add to groups, verify setup using the jc CLI
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
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
Offboard a JumpCloud user — lock account, remove from groups, reset MFA, optionally delete 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
| name | jc-onboard-user |
| description | Onboard a new JumpCloud user — create account, add to groups, verify setup using the jc CLI |
Walk through creating a new user, adding them to groups, and verifying setup.
jc installed and authenticated (jc auth status)Ask the user for:
jc users create --username USERNAME --email EMAIL --firstname FIRST --lastname LAST --department DEPT --plan
Show the plan output. Confirm with the user before proceeding.
jc users create --username USERNAME --email EMAIL --firstname FIRST --lastname LAST --department DEPT
Capture the user ID from the output (--ids flag returns just the ID).
For each group the user should be added to:
jc groups add-member GROUP_NAME --user USERNAME
If a group doesn't exist, offer to create it first:
jc groups user create --name GROUP_NAME
jc users get USERNAME -t
Check that the user exists, is activated, and has the correct details.
jc graph traverse --from user:USERNAME --to user_group -t
Confirm the user appears in all expected groups.
--plan to preview any create/update/delete before executingusers create command does NOT send an activation email by default--force is set