Trying to figure out if I can do the following via the box-api.
- authenticate as an enterprise admin
- lookup a user (in our case a special box user named "group_xxx" where this account will serve as a non-person shared group like "group_math_dept", "group_engineering_dept", etc...).
- query for the root folder info for a given user-id (perhaps "GET /users//folders/0" (tried that it doesn't work).
- View the list of enterprise users with whom the given folder has been shared.
- Modify the list of enterprise users with whom the given folder has been shared.
What I'd like to do is develop an app to delegate admin of these special group accounts to an appropriate individual in the given group. We can maintain who admins what locally. I can authenticate as one of our Box Admins (i.e. I have working code for steps 1 and 2). However, I don't see support in the API v2.0 doc for steps 3, 4, and 5.
Am I missing anything?