pve_group_get
Retrieve a Proxmox group's full configuration, including group ID, comment, and user member list. Read-only operation for inspecting group details.
Instructions
Get a group's full config (read-only). Returns groupid, comment, and member list (users in the group). Use pve_group_create/update/delete to manage the group; use pve_acl_list to see ACL entries referencing this group.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| groupid | Yes | ||
| proximo_target | No | Which configured Proxmox target to run this call against — a target name from your multi-target config (a specific PVE/PBS/PMG/PDM box). Omit to use the single/default target from the environment; the selection applies only to this call. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |