Integration mappings
Create Teams integration mapping
Creates a Teams integration mapping by mapping a Teams channel to a Box item. You need Admin or Co-Admin role to use this endpoint.
post/integration_mappings/teams
Request body
Example request
{
"partner_item": {
"type": "channel",
"id": "19%ABCD-Avgfggkggyftdtfgghjhkhkhh%40thread:tacv2",
"tenant_id": "abcd-defg-1235-7890",
"team_id": "hjgjgjg-bhhj-564a-b643-hghgj685u"
},
"box_item": {
"type": "folder",
"id": "42037322"
}
}Response
Returns the created integration mapping.
Example response
{
"id": "12345",
"type": "integration_mapping",
"integration_type": "teams",
"is_overridden_by_manual_mapping": true,
"partner_item": {
"type": "channel",
"id": "19%ABCD-Avgfggkggyftdtfgghjhkhkhh%40thread:tacv2",
"tenant_id": "abcd-defg-1235-7890"
},
"box_item": {
"type": "folder",
"id": "42037322"
},
"created_at": "2012-12-12T10:53:43-08:00",
"modified_at": "2012-12-12T10:53:43-08:00"
}