Skip to main content
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 -X -L GET "https://api.box.com/2.0/integration_mappings/teams" \
     -H "authorization: Bearer <ACCESS_TOKEN>" \
await userClient.integrationMappings.getTeamsIntegrationMapping();
user_client.integration_mappings.get_teams_integration_mapping()
await userClient.IntegrationMappings.GetTeamsIntegrationMappingAsync();
try await userClient.integrationMappings.getTeamsIntegrationMapping()
userClient.getIntegrationMappings().getTeamsIntegrationMapping()
Last modified on January 22, 2026