API) Add 'enterprise.id' to the collaboration user object.
When retrieving the list of collaborators, we want to know whether each collaborator is an internal or external user, like in Box Web.
The collaborators object does not include information to determine whether a collaborator is internal or external user. As a result, we have to call the Users endpoint, which increases processing time.
API Call:
GET https://api.box.com/2.0/collaborations/:collaboration_id
We would appreciate it if the EID could be included in the collaboration response to improve efficiency.
1
vote
