Developer Preview — This project is in active development. APIs may change. Provide feedback
Skip to content

@salesforce/b2c-tooling-sdk / clients / OrgMapping

Interface: OrgMapping

Defined in: packages/b2c-tooling-sdk/src/clients/am-api.ts:112

Organization mapping built from the Account Manager organizations API. Maps organization ID to name.

Properties

byId

byId: Map<string, string>

Defined in: packages/b2c-tooling-sdk/src/clients/am-api.ts:114

Maps organization ID to name

Released under the Apache-2.0 License.