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.
Get a list of conversations
To get a list of conversations, we’ll access https://slack.com/api/users.conversations
endpoint. We can use this endpoint to know the number of conversations in which the application is engaged.
Some important query parameters for the users.conversations
endpoint are the following:
Get hands-on with 1200+ tech skills courses.