v1

latestOpenAPI 3.1.02026-07-24172151607.6 KB
Chat

Retrieve Channel members

This endpoint retrieves members of a specific Channel given its ID.

get/api/v3/workspaces/{workspace_id}/chat/channels/{channel_id}/members

Path parameters

workspace_idinteger required

The ID of the Workspace.

channel_idstring required

The ID of the specified Channel.

Query parameters

cursorstring

The cursor to use to fetch the next page of results.

limitinteger

The maximum number of results to fetch for this page.

Response

next_cursorstring required

The next cursor to use for pagination.