pdm_users_list
List PDM's own user accounts and optionally include API token entries. This read-only tool returns user details without credential keys.
Instructions
READ-ONLY: list PDM's own user accounts (not a managed remote's users).
No state change. Returns a list of user dicts; credential-shaped keys are stripped before returning. include_tokens=True also includes API token entries. For a managed PVE cluster's users instead of PDM's own, use pve_users_list. Needs PROXIMO_PDM_* config.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| include_tokens | No | If true, include API token entries alongside user accounts. | |
| 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 |