Skip to content

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

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

Returns

Promise<object[]>