What's the easiest, laziest way to get a list of folders that an arbitrary user can access, without authenticating at that user?
It almost looks like I'd have to examine every folder in turn to see if the target user has access to it, but that seems crazy. It especially seems crazy because if I were authenticated as that user, I could just request "all folders", and I would instantly get the list of all folders that that user can access. So I feel like there must be an easier way.
This is coming up because as an admin, I want to see if there's a way to use the API to poll the list of all the folders that a current user has access to, and at what permission level, and then (after a manual review step) apply all those access permissions to another user.