if (profile._json.location && profile._json.location.name) {
    user.building_location = profile._json.location.name;
  }