List Conversations and Users
Explore how to retrieve conversations and user lists from a Slack workspace using the Slack API. Understand how to call the users.conversations and users.list endpoints to manage user interactions and workspace data.
We'll cover the following...
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.