Search⌘ K
AI Features

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.

Overview

Let’s look at the following endpoints in this lesson:

  1. users.conversations: This endpoint lists the conversations that the requesting user may access.
  2. users.list: This endpoint lists all users in a Slack team.

Get a list of

...