update_group
Update a pfSense user group by ID, modifying its name, permissions, description, scope, or members to control access accurately.
Instructions
Update an existing pfSense user group by ID
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | Group name | |
| priv | No | List of privileges (replaces existing) | |
| descr | No | Group description | |
| scope | No | Group scope (local or remote) | |
| member | No | List of usernames (replaces existing membership; upstream references users by name, not by array-index id) | |
| group_id | Yes | Group ID (array index from search_groups) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||