public function updateUser(User $user) { $this->webClient->put(MediaSiloResourcePaths::USERS, $user->toJson()); }