updateHumanEmail method
ResponseFuture<UpdateHumanEmailResponse>
updateHumanEmail(
- UpdateHumanEmailRequest request, {
- 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);
}