Search⌘ K

List Conversations and Users

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

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

...