---
title: "listOrganizations"
description: "List organizations"
canonical: "https://pgbeam.com/docs/ts-sdk/account/listOrganizations"
last-updated: "2026-09-09T11:37:53.000Z"
---

# listOrganizations

> List organizations

URL: https://pgbeam.com/docs/ts-sdk/account/listOrganizations

Lists the organizations visible to the caller's credential. An organization-scoped API key (pbo\_) returns exactly the organization it belongs to. A user credential (account-scoped API key or dashboard session token) returns the organizations the user is a member of, including the caller's role in each.

## Usage

## Parameters

None.

## Response

`Promise<ListOrganizationsResponse>`: organizations visible to the caller.

## Example

## Errors

Status

Description

400

The request was rejected. `code` is `INVALID_INPUT`, and `errors` names the offending fields when the failure was a validation one.

401

Missing or invalid authentication. `code` is `UNAUTHORIZED`.

429

Rate limited. `code` is `RATE_LIMITED`.

500

The request failed for a reason on our side. `code` is `INTERNAL_ERROR`. Quote `request_id` when reporting it.