Function getWorkspaceCreators

  • Returns a list of users that created the workspaces that the current user can see.

    Parameters

    Returns Promise<{
        list: DeviceApi.WorkspaceCreator[];
        totalCount: number;
    }>