Manage User Group
manage_user_groupManage local RouterOS user groups: add, update, or remove. Idempotent by name; supports policy, dry-run, and confirmation for destructive actions.
Instructions
Add, update, or remove a local RouterOS user group. Idempotent by name: add returns already_exists if a group with the same name and policy already exists.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Group name — idempotency key | |
| skin | No | Optional skin name for the group | |
| action | Yes | Action to perform | |
| dryRun | No | Preview changes without applying. | |
| policy | No | Comma-separated policy list (e.g. 'read,write,ftp') | |
| routerId | No | Router ID; omit to use the default router. | |
| confirmationToken | No | Token from a prior APPROVAL_REQUIRED response. Re-submit the identical call with this token to confirm the destructive action. |