isUniqueUserIdList(_ids: String[]): boolean {
    if (!_ids || _ids.length === 0) {
      return true;
    }