Skip to content

Commands

alter end-users

Inspect an app's wallet / Connect end-users (read-only).

End-users are the wallet / Alter Connect identities that hold an app’s grants. These commands inspect them; they are read-only (end-user lifecycle is driven by sign-in and OAuth flows, not the CLI).

alter end-users list --app <app-id> [--search ...] [--limit ...] [--offset ...]
alter end-users show --app <app-id> --user <user-id>

Both commands require the dashboard_end_users:read scope and are app-scoped — pass --app <id>, or link a workspace / set ALTER_APP_ID. A natural companion to alter grants list.

FlagDefaultDescription
--search <query>Match on email or display name (max 100 chars).
--limit <n>100Page size (1–1000).
--offset <n>0Pagination offset.
Terminal window
alter end-users list --search alice@example.com

Full detail for one end-user — identity-provider provenance, groups, and grant summary.

FlagDefaultDescription
--user <user-id>requiredThe end-user’s ID.
Terminal window
alter end-users show --user <user-id>