getUserByID method

ResponseFuture<GetUserByIDResponse> getUserByID(
  1. GetUserByIDRequest request, {
  2. CallOptions? options,
})

User by ID

Returns the full user object (human or machine) including the profile, email, etc.

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

Implementation

$grpc.ResponseFuture<$0.GetUserByIDResponse> getUserByID(
  $0.GetUserByIDRequest request, {
  $grpc.CallOptions? options,
}) {
  return $createUnaryCall(_$getUserByID, request, options: options);
}