updateHumanEmail method

ResponseFuture<UpdateHumanEmailResponse> updateHumanEmail(
  1. UpdateHumanEmailRequest request, {
  2. CallOptions? options,
})

Update User Email (Human)

Deprecated: use user service v2 SetEmail instead.

Change the email address of a user. If the state is set to not verified, the user will get a verification email.

Implementation

$grpc.ResponseFuture<$0.UpdateHumanEmailResponse> updateHumanEmail(
  $0.UpdateHumanEmailRequest request, {
  $grpc.CallOptions? options,
}) {
  return $createUnaryCall(_$updateHumanEmail, request, options: options);
}