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