I am using the ruby HipChat Wrapper to send HipChat messages with a script. Before attempting to send any messages I would like to be able to check that the users I am attempting to message exist and are valid.
Is there a function in the HipChat::Client
class that allows me to do this?
Note: I know that I can test if a user exists by attempting to send a message. If the script exits with a Access denied to user
error then it is invalid. However I would like to test that a user exists without actually sending any messages.