pve_user_get
Retrieve a Proxmox user's full configuration including enabled status, expiry, email, group memberships, and API tokens.
Instructions
Get a user's full config (read-only). Returns userid, enabled flag, expiry, email, comment, group membership, API tokens, and firstname/lastname. Use pve_user_create/update/delete to modify the user; use pve_acl_list to see the cluster's raw ACL entries (not a resolved per-user effective-permission view).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| userid | Yes | User id to look up, format 'user@realm'. | |
| 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 |