Get-ZrUser
Lists the local login users defined in the Zaris cluster.
Syntax
Get-ZrUser
[-Managers <string[]>] [-Port <int>] [-Token <string>] [-TimeoutSec <int>]
Description
Get-ZrUser queries the first available manager and emits a SecurityUserInfo object for each local login user registered in the cluster. Requires a connected manager (an active workspace or explicit -Managers) and an admin token. See Authorization & RBAC to inspect what each user can do, and Get-ZrGrant for a user's effective grants.
Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
-Managers | string[] | No | Management Service endpoints to target; when omitted the active workspace's managers are used. |
-Port | int | No | Management Service port for bare-host managers. Default 7801. |
-Token | string | No | Admin bearer token for authenticated control-plane calls. |
-TimeoutSec | int | No | Per-request timeout in seconds. Default 30. |
Examples
List all login users known to the connected cluster.
Get-ZrUser