if (args.userId !== undefined && args.userId !== null) {
      return this._httpPodGet(`/pod/v2/user?uid=${args.userId}&local=true`);
    }