WYRE-AI/msp-claude-plugins/msp-claude-plugins/cipp/cipp/skills/users/SKILL.md
cipp-users
The full multi-tenant M365 user lifecycle in CIPP: create/edit/disable, password and MFA resets, session revocation, the bundled offboarding call, BEC investigation reports, MFA gap reporting, and device/group lookups — plus the ordering constraints that make each sequence correct.
- Source repository stars
- 42
- Declared platforms
- 0
- Static risk flags
- 0
- Last source update
- 2026-08-28
- Source checked
- 2026-08-28
Decision brief
What it does: where it fits
User management is the highest-volume MSP workflow against CIPP. Every step of the M365 user lifecycle — onboarding, role changes, security incidents, offboarding — has a dedicated tool. Most calls require tenantFilter; resolve it via cipplisttenants before you start.
Not for
- Tasks that require unconfirmed production actions or broad system permissions.
- Environments where the pinned source and install steps cannot be inspected.
Compatibility matrix
Platform support, with evidence labels
| Platform | Status | Evidence | What to check |
|---|---|---|---|
| Codex | Not declared | No explicit evidence | Portability before use |
| Claude Code | Not declared | No explicit evidence | Portability before use |
| Cursor | Not declared | No explicit evidence | Portability before use |
| Gemini CLI | Not declared | No explicit evidence | Portability before use |
Installation
Inspect first. Install second.
The source command is displayed only when detected. A safe inspection prompt is always available so your agent can explain every action before execution.
npx skills add https://github.com/WYRE-AI/msp-claude-plugins --skill "msp-claude-plugins/cipp/cipp/skills/users"Inspect the Agent Skill "cipp-users" from https://github.com/WYRE-AI/msp-claude-plugins/blob/5005f73ba2f52cd299f58aa6bb79f4e70ae87103/msp-claude-plugins/cipp/cipp/skills/users/SKILL.md at commit 5005f73ba2f52cd299f58aa6bb79f4e70ae87103. List every install step, command, network request, credential, file read/write, external action, and rollback step. Explain whether it fits my task. Do not install or execute anything until I approve.
Workflow
What the source asks the agent to do
- 01
Workflow patterns
1. cippbeccheck — capture the forensic snapshot before changing anything 2. cipprevokesessions — kick the attacker out of all active sessions 3. cippresetpassword — generate a strong password, share via secure channel 4. cippresetmfa — clear attacker-registered methods; user re-…
cippbeccheck — capture the forensic snapshot before changing anythingcipprevokesessions — kick the attacker out of all active sessionscippresetpassword — generate a strong password, share via secure channel - 02
Anti-triggers
Mailbox-side work during an offboard — delegate/full-access
Mailbox-side work during an offboard — delegate/full-accessA single tenant you hold direct credentials for — CIPP routesReading who exists for a governance or baseline review — that is - 03
Tool surface
cipplistmfausers is the fastest way to find users without strong auth methods registered. Use it for security posture reviews and for bulk MFA enrollment campaigns.
cipplistmfausers is the fastest way to find users without strong auth methods registered. Use it for security posture reviews and for bulk MFA enrollment campaigns.usageLocation (ISO 2-letter country code) must be set before any license can be assigned — set it at create time even if licensing comes later.cippbeccheck runs a Business Email Compromise investigation: inbox rules, recent sign-in locations, MFA changes, mailbox forwarding rules, suspicious app consents. Always the first call when a user reports a phishing-re… - 04
Listing & lookup
cipplistmfausers is the fastest way to find users without strong auth methods registered. Use it for security posture reviews and for bulk MFA enrollment campaigns.
cipplistmfausers is the fastest way to find users without strong auth methods registered. Use it for security posture reviews and for bulk MFA enrollment campaigns. - 05
Lifecycle
usageLocation (ISO 2-letter country code) must be set before any license can be assigned — set it at create time even if licensing comes later.
usageLocation (ISO 2-letter country code) must be set before any license can be assigned — set it at create time even if licensing comes later.
Permission review
Static risk signals and limitations
No configured static risk pattern was detected
This is not proof of safety. Runtime behavior, indirect dependencies, and hidden external systems are outside the static scan.
Evidence record
Why each signal appears
| Signal | Value | Evidence type | Meaning |
|---|---|---|---|
| Quality score | 92/100 | Computed | Documentation, specificity, maintenance, and trust rules |
| Repository stars | 42 | Source | Repository attention, not individual Skill quality |
| Compatibility | 0 platforms | Source | Declared in the catalog source record |
| Usage guide | automated source guide | Editorial | Generated or reviewed according to the visible evidence level |
Pinned source
Provenance and original SKILL.md
- Repository
- WYRE-AI/msp-claude-plugins
- Skill path
- msp-claude-plugins/cipp/cipp/skills/users/SKILL.md
- Commit
- 5005f73ba2f52cd299f58aa6bb79f4e70ae87103
- License
- Apache-2.0
- Collected
- 2026-08-28
- Default branch
- main
View the original SKILL.md
CIPP User Management
User management is the highest-volume MSP workflow against CIPP. Every step of the M365 user lifecycle — onboarding, role changes, security incidents, offboarding — has a dedicated tool. Most calls require tenantFilter; resolve it via cipp_list_tenants before you start.
Anti-triggers
- Mailbox-side work during an offboard — delegate/full-access
audits, out-of-office, and forwarding are Exchange operations with
their own tools; use
cipp-mailboxes. (cipp_offboard_userbundles OOO and forwarding, but only as offboarding parameters.) - A single tenant you hold direct credentials for — CIPP routes
through a CSP/GDAP delegation and needs
tenantFilteron every call. Direct Graph work against one tenant is them365plugin (Microsoft 365 Users) ormicrosoft-graph-querying. - Reading who exists for a governance or baseline review — that is
read-only identity inventory, not administration; use
inforcer-identity-governance. - Creating or auditing the groups themselves — this skill only
reads a user's memberships (
cipp_list_user_groups); usecipp-groups. - A "user" in a security or training console — Blumira users are
console operators and KnowBe4 users are training enrollees; neither
is an Entra identity and neither is administered through CIPP. Use
blumira-usersorknowbe4-users.
Tool surface
Listing & lookup
cipp_list_users(tenantFilter='contoso.onmicrosoft.com')
cipp_list_mfa_users(tenantFilter='contoso.onmicrosoft.com')
cipp_list_user_devices(tenantFilter=..., userId='upn-or-objectId')
cipp_list_user_groups(tenantFilter=..., userId='upn-or-objectId')
cipp_list_mfa_users is the fastest way to find users without strong auth methods registered. Use it for security posture reviews and for bulk MFA enrollment campaigns.
Lifecycle
cipp_create_user(tenantFilter, displayName, userPrincipalName, mailNickname, password,
firstName?, lastName?, jobTitle?, department?, usageLocation?)
cipp_edit_user(tenantFilter, userId, displayName?, jobTitle?, department?, ...)
cipp_disable_user(tenantFilter, userId)
usageLocation (ISO 2-letter country code) must be set before any license can be assigned — set it at create time even if licensing comes later.
Security actions
cipp_reset_password(tenantFilter, userId, password?) # password optional → CIPP generates one
cipp_reset_mfa(tenantFilter, userId) # clears all registered MFA methods
cipp_revoke_sessions(tenantFilter, userId) # invalidates all active tokens
cipp_bec_check(tenantFilter, userId) # BEC investigation report
cipp_bec_check runs a Business Email Compromise investigation: inbox rules, recent sign-in locations, MFA changes, mailbox forwarding rules, suspicious app consents. Always the first call when a user reports a phishing-related compromise — before disabling the account, while session telemetry is still live.
Full offboarding
cipp_offboard_user(tenantFilter, userId,
convertToShared?, removeLicenses?,
removeFromGroups?, forwardingAddress?,
outOfOfficeMessage?, ...)
This single call wraps the canonical CIPP offboarding sequence: disable, revoke sessions, optional license reclaim, optional shared-mailbox conversion, optional forwarding, optional OOO message, group removal. Prefer this over chaining disable_user + revoke_sessions manually unless you need step-by-step control (in which case use the user-offboarding-runner agent).
Workflow patterns
Suspected BEC compromise
cipp_bec_check— capture the forensic snapshot before changing anythingcipp_revoke_sessions— kick the attacker out of all active sessionscipp_reset_password— generate a strong password, share via secure channelcipp_reset_mfa— clear attacker-registered methods; user re-enrolls- Review the BEC report for inbox forwarding rules and remove them
Standard offboarding
Use cipp_offboard_user with the org's policy defaults. For high-trust environments, do a dry-run review first:
cipp_list_user_groups— note group memberships (audit trail)cipp_list_user_devices— flag company-owned devices for retrieval- Check
cipp_list_mailbox_permissionson the user's mailbox (delegates may exist) cipp_offboard_userwithconvertToShared=true,removeLicenses=true,forwardingAddress=manager-upn
MFA gap report
mfa_users = cipp_list_mfa_users(tenantFilter='allTenants')
gaps = [u for u in mfa_users if not u.get('mfaRegistered')]
Use this monthly across the portfolio to drive MFA enforcement campaigns.
Identifying a user
userId accepts either the Azure AD object GUID or the userPrincipalName. UPN is more readable; GUID is more stable across UPN changes. CIPP returns both — pick one and stay consistent within a workflow.
Frequently asked questions
What to verify before installation and use
What does the cipp-users source document cover?
User management is the highest-volume MSP workflow against CIPP. Every step of the M365 user lifecycle — onboarding, role changes, security incidents, offboarding — has a dedicated tool. Most calls require tenantFilter; resolve it via cipplisttenants before you start.
How do I install cipp-users?
The source record exposes this install command: npx skills add https://github.com/WYRE-AI/msp-claude-plugins --skill "msp-claude-plugins/cipp/cipp/skills/users". Inspect the command and pinned source before running it.
Alternatives
Compare before choosing
alirezarezvani/claude-skills
app-store-optimization
App Store Optimization (ASO) toolkit for researching keywords, analyzing competitor rankings, generating metadata suggestions, and improving app visibility on Apple App Store and Google Play Store. Use when the user asks about ASO, app store rankings, app metadata, app titles and descriptions, app store listings, app visibility, or mobile app marketing on iOS or Android. Supports keyword research and scoring, competitor keyword analysis, metadata optimization, A/B test planning, launch checklist
wanshuiyin/Auto-claude-code-research-in-sleep
citation-audit
Use it for operations and research tasks; the detail page covers purpose, installation, and practical steps.
prowler-cloud/prowler
postgresql-indexing
PostgreSQL indexing best practices for Prowler: index design, partial indexes, partitioned table indexing, EXPLAIN ANALYZE validation, concurrent operations, monitoring, and maintenance. Trigger: When creating or modifying PostgreSQL indexes, analyzing query performance with EXPLAIN, debugging slow queries, reviewing index usage statistics, reindexing, dropping indexes, or working with partitioned table indexes. Also trigger when discussing index strategies, partial indexes, or index maintenance
brucesongs/kali-claw
insecure-design
Insecure Design (OWASP A06:2025) focuses on security flaws in system architecture and design phases, rather than code implementation-level bugs.