Teams integration mappings
Teams integration mappings
Before you can start working with Teams integration mapping API, perform the steps below.
Prerequisites
- Admin or Co-Admin role
- Box for Microsoft Teams integration installed
Create a Box application
- Create a platform app with OAuth authentication in the Box developer console.
- Open the application and enable the Manage enterprise properties application scope under Configuration > Required Access Scopes.
Authorize integration mappings requests
- Navigate to the platform app that you have created as one of the prerequisites.
- Generate a developer token and add it to the HTTP header of each request:
Authorization: Bearer {developer_token}