getPersonById(personId) {
    return this.connector
      .get(`/person?${getQueryString({ person_id: personId })}`)
      .catch(res =>
        this.throwError(res, {