Skip to content

gplay team users list

List every member of the Developer account with their account-wide permissions, reading users.list paginated to completion (no silent truncation). Account-wide admins (the all-permissions permission) are marked in the ADMIN column.

The Developer account is resolved through the gplay cascade (later wins): the active Account's developer-id, the project-local .gplay/config.local.json, GPLAY_DEVELOPER_ID, then --developer-id. Set one with gplay auth login --developer-id; an unresolved id fails with exit 10.

Default table columns: email, access, admin, permissions, grants. Override with --columns email,admin,... --output json is the verbatim users.list response (a single {"users":[…]} object across all pages).

gplay team users list [flags]
FlagDescription
--columns stringcomma-separated table columns to show (default: email,access,admin,permissions,grants)
--developer-id stringPlay Console Developer account id (overrides the active Account's, env, and project-local)
--output stringoutput format: table, json, or markdown (default: auto — table on TTY, json in pipes/CI)
FlagDescription
--account stringname of a stored Account to use (overrides env and active Account)
--retry intretry transient failures (transport errors, 5xx, 429) up to N times with exponential backoff (default: 0, no retry)
--service-account stringpath to a service-account JSON, or inline JSON content (overrides --account, env, and active Account)
--timeout durationper-request API timeout, e.g. 30s or 2m (default: 60s for control-plane calls, none for uploads)
-v, --verboselog flow steps to stderr (info level)