getUserByID method
ResponseFuture<GetUserByIDResponse>
getUserByID(
- GetUserByIDRequest request, {
- 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);
}