When an external user invited to a target file as a collaborator looks at the collaborator list of the target file, the display on the browser and the collaborator list of the target file obtained by the API are different.

|
Excerpt of API call result -------------------------------------------- { "entries": [ { "type": "collaboration", "created_by": { "type": "user", "name": "box_test2", "login": "***email address removed for privacy***" }, "status": "accepted", "accessible_by": { "type": "user", "name": "box_test", "login": "***email address removed for privacy***" }, "role": "editor", "item": { "type": "file", "name": "11-1.txt" } }, { "type": "collaboration", "created_by": { "type": "user", "name": "box_test2", "login": "***email address removed for privacy***" }, "status": "accepted", "accessible_by": { "type": "user", "name": "collab11_11-1_boxtext", "login": "***email address removed for privacy***" }, "role": "editor", "item": { "type": "file", "name": "11-1.txt" } } ] } |
In addition, when the owner sees the collaborator list of the target file on the browser, it is as follows.

How can an external user get the same information displayed on the browser with the API?
Thank you