Box Developer Documentation

List Teams integration mappings

List Teams integration mappings

Use the GET /integration_mappings/teams call to fetch and filter the mappings, both the ones created manually by the admin and those created automatically by the integration.

cURL
curl -X -L GET "https://api.box.com/2.0/integration_mappings/teams" \
     -H "authorization: Bearer <ACCESS_TOKEN>" \
TypeScript Gen
await userClient.integrationMappings.getTeamsIntegrationMapping();
Python Gen
user_client.integration_mappings.get_teams_integration_mapping()
.NET Gen
await userClient.IntegrationMappings.GetTeamsIntegrationMappingAsync();
Swift Gen (Beta)
try await userClient.integrationMappings.getTeamsIntegrationMapping()
Java Gen (Beta)
userClient.getIntegrationMappings().getTeamsIntegrationMapping()