Manage User Group
manage_user_groupAdd, update, or remove local RouterOS user groups with idempotent operations based on group name and policy.
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 |
|---|---|---|---|
| routerId | No | Router ID; omit to use the default router. | |
| action | Yes | Action to perform | |
| name | Yes | Group name — idempotency key | |
| policy | No | Comma-separated policy list (e.g. 'read,write,ftp') | |
| skin | No | Optional skin name for the group | |
| dryRun | No | Preview changes without applying. |