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]| Flag | Description |
|---|---|
--columns string | comma-separated table columns to show (default: email,access,admin,permissions,grants) |
--developer-id string | Play Console Developer account id (overrides the active Account's, env, and project-local) |
--output string | output format: table, json, or markdown (default: auto — table on TTY, json in pipes/CI) |
Global flags
Section titled “Global flags”| Flag | Description |
|---|---|
--account string | name of a stored Account to use (overrides env and active Account) |
--retry int | retry transient failures (transport errors, 5xx, 429) up to N times with exponential backoff (default: 0, no retry) |
--service-account string | path to a service-account JSON, or inline JSON content (overrides --account, env, and active Account) |
--timeout duration | per-request API timeout, e.g. 30s or 2m (default: 60s for control-plane calls, none for uploads) |
-v, --verbose | log flow steps to stderr (info level) |