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.

Team room resources

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

  1. Get the ID of the user.
  2. Add the authenticated user to the room.

Post a message to the room

Create a message in the team room.