I'm trying to retrieve external users of an enterprise using an authorized app (via the API) and I consistently get back 0 users (although there are a few). For example using curl:
curl https://api.box.com/2.0/users?user_type=external -H "Authorization: Bearer "
My app is authorized for all the possible access types:
- Read all files and folders stored in Box
- Read and write all files and folders stored in Box
- Manage groups
- Manage webhooks v2
- Manage enterprise properties
- Manage retention policies
- Admin can make calls on behalf of Users
- Enable integrations
- Manage users
- Manage app users
- Generate Tokens
What am I missing?