Function getUsedWorkspaceTemplates

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

    Parameters

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