Skip to main content

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

ParameterTypeRequiredDescription
-Managersstring[]NoManagement Service endpoints to target; when omitted the active workspace's managers are used.
-PortintNoManagement Service port for bare-host managers. Default 7801.
-TokenstringNoAdmin bearer token for authenticated control-plane calls.
-TimeoutSecintNoPer-request timeout in seconds. Default 30.

Examples

List all login users known to the connected cluster.

Get-ZrUser