Hi, you should modify the script in order to include all the slack token, eg. bot token starts with xoxb. curl -sX POST "https://slack.com/api/auth.test?token=xoxp-$slack&pretty=1" curl -sX POST "https://slack.com/api/auth.test?token=$slack&pretty=1" Bye