Skip to content
View as Markdown
View as Markdown

@salesforce/b2c-tooling-sdk / operations/orgs / listOrgs

Function: listOrgs()

listOrgs(client, options?): Promise<OrganizationCollection>

Defined in: packages/b2c-tooling-sdk/src/operations/orgs/index.ts:96

Lists organizations with pagination.

Parameters

client

AccountManagerOrgsClient

Account Manager Organizations client

options?

ListOrgsOptions

List options (size, page, all)

Returns

Promise<OrganizationCollection>

Organization collection

Released under the Apache-2.0 License.