pbs_users_list
Retrieve a list of all Proxmox Backup Server users, showing user ID, enabled flag, expiry, email, comment, and name. Optionally includes API token metadata (no secrets).
Instructions
READ-ONLY: list all PBS users. Returns each user's userid, enabled flag, expiry, email, comment, and firstname/lastname; include_tokens=True also embeds token metadata (never secrets). Use pbs_user_get for one user's full config or pbs_user_tokens_list for a dedicated token listing. Needs PROXIMO_PBS_* config.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| include_tokens | No | If True, embed each user's API tokens (metadata only, no secrets) in the result. | |
| 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 |