0

The closest thing I can get are events that show a "COLLAB_ADD_COLLABORATOR" type of event - however, this does not include the collaborator's identity.

Note that I want this information potentially before this user does anything to a file or folder: I simply want to get a list of all collaborators whether or not they have performed any actions.

Gavin
  • 13
  • 2

2 Answers2

1

You can use V1 of the API to fetch the collabs of each folder individually. This might not full-fill your requirement of knowing before the collab does anything on it. But this is your best bet right now. V2 doesnot have it yet

http://developers.box.net/w/page/12923933/ApiFunction_get_collaborations

auny
  • 1,920
  • 4
  • 20
  • 37
0

That information would be contained in a v2 'collaborations' object. The /collaborations endpoint currently isn't implemented for the v2 API. However, it will be implemented before v2 is GA.

seanrose
  • 8,185
  • 3
  • 20
  • 21