Function: getEnterpriseBulkTransferrableOrganizations()
ts
function getEnterpriseBulkTransferrableOrganizations(
client,
parameters,
options?): Promise<object[]>;Defined in: api/enterprises.ts:222
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: string; idOrganizations: string[]; } | - |
parameters.id | string | ID of the Enterprise to retrieve. |
parameters.idOrganizations? | string[] | An array of IDs of an Organization resource. |
options? | RequestOptions | - |
Returns
Promise<object[]>