Reputation: 27811
I'm using th eSlack oAuth API to integrate my app with Slack. Following these instructions I do the following:
Where/how am I supposed to get the user's ID? What am I missing?
Upvotes: 8
Views: 4502
Reputation: 6344
You have access to this information in the auth.test endpoint. It will also return the team id, user id, and user's name.
Upvotes: 11