v1

latestOpenAPI 3.1.02026-07-24172151607.6 KB
Chat

Create a Channel on a Space, Folder, or List

This endpoint creates a Channel on a Space, Folder, or List. When a Channel already exists on the requested location, it returns it.

post/api/v3/workspaces/{workspace_id}/chat/channels/location

Path parameters

workspace_idinteger required

The ID of the Workspace.

Request body

descriptionstring

The description for the Chat being created.

topicstring

The topic of the Chat being created.

user_idsstring[]

Optionally specify unique user IDs, up to 100.

visibility'PUBLIC' | 'PRIVATE'

The visibility of the Chat being created. If not specified, the Chat is PUBLIC.

Response