Skip to main content
Question

Search Contact (collaboration) with API

  • May 21, 2025
  • 2 replies
  • 20 views

Forum|alt.badge.img

Hello,

Is it possible to retrieve all the contact / collaborator with the API (like the page https://app.box.com/contacts) ?

How can I do that ?

 

Thanks for your help

 

Thomas

2 replies

Forum|alt.badge.img

 The API lets you retrieve what users are collaborated on a file through the Get File Collaborations endpoint or a folder through the Get Folder Collaborations endpoint. You can also get items that a group is collaborated on through the Get Collaborations for Group endpoint.

 

You can get a list of users in a Box instance through the Get Enterprise Users endpoint.


Forum|alt.badge.img

Thanks for your answer, I'll try this.

 

Thomas