Create integration mapping request

A request to create a Slack Integration Mapping object

object

The schema for an integration mapping Box item object for type Slack

"1234567891"

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

"folder"

Type of the mapped item referenced in id

Value is always folder

object

The schema for an integration mapping options object for Slack type.

true

Indicates whether or not channel member access to the underlying box item should be automatically managed. Depending on type of channel, access is managed through creating collaborations or shared links.

The schema for an integration mapping mapped item object for type Slack

"C12378991223"

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

"channel"

Type of the mapped item referenced in id

Value is always channel

"E1234567"

ID of the Slack organization with which the item is associated

"T12352314"

ID of the Slack workspace with which the item is associated

Response Example

{
  "box_item": {
    "id": "1234567891",
    "type": "folder"
  },
  "options": {
    "is_access_management_disabled": true
  },
  "partner_item": {
    "id": "C12378991223",
    "type": "channel",
    "slack_org_id": "E1234567",
    "slack_workspace_id": "T12352314"
  }
}