Finds a user by its id.
_i2.Future<_i3.UserInfo?> getUserInfo(int userId) => caller.callServerEndpoint<_i3.UserInfo?>( 'serverpod_auth.admin', 'getUserInfo', {'userId': userId}, );