Using box-windows-sdk-v2 with box.com

C# integration

✓ Official SDK
Install
dotnet add package box-windows-sdk-v2
List enterprise users
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  https://api.box.com/2.0/users
List user and enterprise events
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  https://api.box.com/2.0/events
List groups for enterprise
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  https://api.box.com/2.0/groups
SDK on GitHub 📄 API Docs
SDK
box-windows-sdk-v2
C#
API
box.com
box.com
At a glance
Language C#
Endpoints258
Base URLhttps://api.box.com/2.0
✓ Official