Help us improve
Share bugs, ideas, or general feedback.
From blumira
Lists Blumira users with blumira_users_list API, retrieves UUIDs for finding assignments, filters by email/role, and audits organization access.
npx claudepluginhub wyre-technology/msp-claude-plugins --plugin blumiraHow this skill is triggered — by the user, by Claude, or both
Slash command
/blumira:usersThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Blumira users are organization members who can access the portal, investigate findings, and manage the environment. This skill covers user listing and lookup, primarily for finding assignment workflows.
Manages KnowBe4 users and groups: lifecycle provisioning, risk scores, history, events, status, and campaign targeting for security awareness and risk assessment.
Manages Blumira MSP multi-tenant operations: lists managed accounts, runs cross-account findings queries, handles per-account devices, users, and findings.
Manages Microsoft 365 (Entra ID) users: lists, searches, creates, disables accounts; checks status, MFA enrollment, licenses, groups, manager hierarchy via Graph API.
Share bugs, ideas, or general feedback.
Blumira users are organization members who can access the portal, investigate findings, and manage the environment. This skill covers user listing and lookup, primarily for finding assignment workflows.
Users have roles that determine their permissions within the Blumira organization. The API exposes user identity and metadata for assignment and audit purposes.
User IDs (UUIDs) are required when assigning findings to specific analysts. Use blumira_users_list to look up IDs.
blumira_users_list
page_size=50
Response includes user ID, name, email, and role information.
blumira_users_list
email.contains=@company.com
blumira_users_list to get all usersuser_id with blumira_findings_assignblumira_users_list with full paginationCause: Token may not have permission to list users Solution: Verify JWT token has appropriate scope for user management.
blumira_msp_users_list with account context