Get Slack username via oAuth API

I am using the eAlack oAuth API to integrate my application with Slack. Following these instructions I do the following:

Where / how can I get the user id? What am I missing?

+7
api oauth slack-api
source share
1 answer

You have access to this information at the auth.test endpoint . It will also return the team ID, user ID, and username.

+10
source share

All Articles