I'm trying to use hubot-auth with Mattermost. The first thing I need to set though is the IDs for admins as a ENV variable, e.g. HUBOT_AUTH_ROLES="admin=U12345678 mod=U87654321,U67856745"
Is there an easy way to find out the ID for an account in Mattermost so that I can put it into the variable?
Cheers