Box Developer Documentation

Create teams integration mapping request

This resource is used by enpoints in the version 2024.0. For more details, see Box API versioning.

A request to create a Teams Integration Mapping object

object

The Box folder, to which the object from the partner app domain (referenced in partner_item_id) is mapped

42037322

ID of the folder

folder

folder

Value is always folder

The schema for an integration mapping mapped item object for type Teams.

19%ABCD-Avgfggkggyftdtfgghjhkhkhh%40thread:tacv2

ID of the mapped item (of type referenced in type)

channel

Type of the mapped item referenced in id

Value is one of channel,team

hjgjgjg-bhhj-564a-b643-hghgj685u

ID of the team that is registered with Microsoft Teams.

abcd-defg-1235-7890

ID of the tenant that is registered with Microsoft Teams.

Response Example

{
  "box_item": {
    "id": "42037322",
    "type": "folder"
  },
  "partner_item": {
    "id": "19%ABCD-Avgfggkggyftdtfgghjhkhkhh%40thread:tacv2",
    "type": "channel",
    "team_id": "hjgjgjg-bhhj-564a-b643-hghgj685u",
    "tenant_id": "abcd-defg-1235-7890"
  }
}