List Conversations and Users
Learn to use Slack API calls to get data of users in the workspace.
We'll cover the following...
Overview
Let’s look at the following endpoints in this lesson:
users.conversations
: This endpoint lists the conversations that the requesting user may access.users.list
: This endpoint lists all users in a Slack team.