updateHumanUser method

ResponseFuture<UpdateHumanUserResponse> updateHumanUser(
  1. UpdateHumanUserRequest request, {
  2. CallOptions? options,
})

Update User

Update all information from a user.

Deprecated: please move to the corresponding endpoint under user service v2 (GA).

Implementation

$grpc.ResponseFuture<$0.UpdateHumanUserResponse> updateHumanUser(
  $0.UpdateHumanUserRequest request, {
  $grpc.CallOptions? options,
}) {
  return $createUnaryCall(_$updateHumanUser, request, options: options);
}