List Conversations and Users

Learn to use Slack API calls to get users' data in the workspace.

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

  1. users.conversations: This endpoint lists the conversations the requesting user may access.
  2. 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 the https://slack.com/api/users.conversations endpoint. We can use this endpoint to know the number of conversations in which the application is engaged.

Request parameters

Some important query parameters for the users.conversations endpoint are as follows:

Get hands-on with 1200+ tech skills courses.