Function getWorkspacePermissionGroups

  • Returns a list of permission groups that can access the workspaces that the current user can see.

    Parameters

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