Skip to content

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

ParameterTypeDescription
clientClient-
parameters{ activeSince?: string; id: unknown; inactiveSince?: string; }-
parameters.activeSince?stringDate in YYYY-MM-DD format indicating the date to search up to for activeness of workspace
parameters.idunknownID of the enterprise to retrieve
parameters.inactiveSince?stringDate in YYYY-MM-DD format indicating the date to search up to for inactiveness of workspace

Returns

Promise<object[]>