---
title: "List Slack workspace members"
method: GET
path: "/v1/accounts/{accountId}/slack-members"
tags: ["Slack"]
---

# List Slack workspace members

`GET /v1/accounts/{accountId}/slack-members`

Members of the connected Slack workspace that can receive a direct message, for populating a recipient picker. Bots, deactivated members and Slackbot are excluded. Start a DM by passing a member id as `participantId` to POST /v1/inbox/conversations.

## Path parameters

- `accountId` string, required

## Query parameters

- `query` string
- `limit` integer

## Response `200`

Workspace members

- object
  - `members` object[]
    - `id` string — Slack member id (pass as participantId to start a DM).
    - `name` string — Display name
    - `username` string, nullable — Slack handle
    - `picture` string, nullable — Avatar URL

## Other responses

- `400` — Invalid request
- `401` — Unauthorized
- `404` — Slack account not found

---

[API](https://skmtc.net/zernio/apis/zernio-api.md) · [All operations](https://skmtc.net/zernio/apis/zernio-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/zernio/zernio-api/revisions/19fd2b70854e/schema)
