addHumanUser method

ResponseFuture<AddHumanUserResponse> addHumanUser(
  1. AddHumanUserRequest request, {
  2. CallOptions? options,
})

Create a new human user

Create/import a new user with the type human. The newly created user will get a verification email if either the email address is not marked as verified and you did not request the verification to be returned.

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

Implementation

$grpc.ResponseFuture<$0.AddHumanUserResponse> addHumanUser(
  $0.AddHumanUserRequest request, {
  $grpc.CallOptions? options,
}) {
  return $createUnaryCall(_$addHumanUser, request, options: options);
}