Function: getEnterprisePendingOrganizations()
ts
function getEnterprisePendingOrganizations(client, parameters): Promise<object[]>;Defined in: api/enterprises.ts:249
Get the Workspaces that are pending for the enterprise by ID.
Parameters
| Parameter | Type | Description |
|---|---|---|
client | Client | - |
parameters | { activeSince?: string; id: unknown; inactiveSince?: string; } | - |
parameters.activeSince? | string | Date in YYYY-MM-DD format indicating the date to search up to for activeness of workspace |
parameters.id | unknown | ID of the enterprise to retrieve |
parameters.inactiveSince? | string | Date in YYYY-MM-DD format indicating the date to search up to for inactiveness of workspace |
Returns
Promise<object[]>