Hi,
even though the api docs suggest it should ( https://rocket.chat/docs/developer-guides/rest-api/users/info/ ),calling users.info with an admin user only includes the bare minimums:
@session.users.info(username: @user.username)
=> #<RocketChat::User:0x70137576055220 @id="NJLPbJWM3nRk2M8zY" @username="Andreas" @Active="true">
any hint what i might do wrong?
thanks,
Andreas