Team rooms (chat)
TFS 2017 | TFS 2015 | TFS 2013
Note
Looking for REST APIS that support TFS 2018 or later versions? See the Azure DevOps REST API Reference.
api-version = 1.0
You can create team rooms where users can post messages to one another.
Common tasks
Get a list of team rooms
Get the team rooms in a VSTS organization.
Create a room
Create a room. Get the ID of the room from the response so that you can use it later.
Join a room
- Get the ID of the user.
- Add the authenticated user to the room.
Post a message to the room
Create a message in the team room.