pbs_user_get
Retrieve a PBS user's configuration including userid, enabled flag, expiry, email, comment, and name.
Instructions
READ-ONLY: get a PBS user's config. Returns userid, enabled flag, expiry, email, comment, firstname/lastname (no tokens, no secrets). Use pbs_user_tokens_list for the user's API tokens, or pbs_user_create/update/delete to manage the user. Needs PROXIMO_PBS_* config.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| userid | Yes | PBS 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 |