Function: getEnterpriseBulkTransferrableOrganizations()
ts
function getEnterpriseBulkTransferrableOrganizations(client, parameters): Promise<object[]>;Defined in: api/enterprises.ts:195
Get a list of organizations that can be transferred to an enterprise when given a bulk list of organizations.
Parameters
| Parameter | Type | Description |
|---|---|---|
client | Client | - |
parameters | { id: unknown; idOrganizations: unknown[]; } | - |
parameters.id | unknown | ID of the Enterprise to retrieve. |
parameters.idOrganizations | unknown[] | An array of IDs of an Organization resource. |
Returns
Promise<object[]>