Rooms
Rooms are virtual meeting places where people post messages and collaborate to get work done. This API is used to manage the rooms themselves. Rooms are created and deleted with this API. You can also update a room to change its title or make it public, for example.
To create a team room, specify the a teamId
in the POST
payload. Note that once a room is added to a team, it cannot be moved. To learn more about managing teams, see the Teams API.
To manage people in a room see the Memberships API.
To post content see the Messages API.
Method
Description
List Rooms
Create a Room
Get Room Details
Get Room Meeting Details
Update a Room
Delete a Room