PgBeam
PgBeam Docs
orgs

orgs list

List organizations visible to your credential

List the organizations your credential can access, fetched live from the API. An organization-scoped key (pbo_) shows exactly its own organization; an account key or session shows every organization you are a member of. The active organization is marked. When the API is unreachable, falls back to the organizations recorded in your locally saved profiles.

Usage

pgbeam orgs list

Global options

All global options (--token, --profile, --project, --org, --json, --no-color, --no-trunc, --debug) are also available on this command.

Examples

# List your organizations
pgbeam orgs list

# List organizations as JSON
pgbeam orgs list --json

Output

Displays a table with columns: active indicator, organization ID, name, slug, and your role. With --json, returns an array of organization entries.

On this page