updateHumanProfile method
ResponseFuture<UpdateHumanProfileResponse>
updateHumanProfile(
- UpdateHumanProfileRequest request, {
- CallOptions? options,
Update User Profile (Human)
Deprecated: use user service v2 UpdateHumanUser instead.
Update the profile information from a user. The profile includes basic information like first_name and last_name.
Implementation
$grpc.ResponseFuture<$0.UpdateHumanProfileResponse> updateHumanProfile(
$0.UpdateHumanProfileRequest request, {
$grpc.CallOptions? options,
}) {
return $createUnaryCall(_$updateHumanProfile, request, options: options);
}