skills/cli/umbraco-member-group/SKILL.md
Member group lookups (for 'member set-groups' GUID discovery)
npx skillsauth add albanist/umbraco_cli umbraco-member-groupInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
PREREQUISITE: Read
../umbraco-shared/SKILL.mdfor auth, global flags, and security rules.
umbraco member-group <command> [flags]
| Command | Description |
|---------|-------------|
| member-group get <id> | Get a member group by ID |
| member-group list | List all member groups |
umbraco member-group get <id>
| Flag | Type | Default | Description |
|------|------|---------|-------------|
| --fields | string | — | Limit response fields |
umbraco member-group list
| Flag | Type | Default | Description |
|------|------|---------|-------------|
| --fields | string | — | Limit response fields |
| --first-n | int | 0 | Return only the first N items from item collections |
| --ids-only | bool | false | Return only item IDs for item collections |
| --summarize | bool | false | Return only id/name/alias fields for item collections |
# Browse subcommands
umbraco member-group --help
# Inspect a specific endpoint schema
umbraco schema member-group.<method>
tools
Umbraco Automate operations (event-driven workflow automation)
development
Webhook management (the Management API's outbound event notifications)
development
Backoffice user management (accounts, state, groups, API credentials)
tools
Backoffice user group management (permission sets)