[Using an Admin developer's account]
Getting the user list always returns 0 user entries.
I am using the OAUTH 2.0 Client Credentials Authentication Type.
I've managed to successfully request the access token, with the scope "manage_app_users", but upon GET request using the verified token, it returns a successful response without any user entry.
Using the "manage_managed_users" scope returns a bad request with desc "An unsupported scope was requested."
I've referred to the available scopes found here https://developer.box.com/guides/api-calls/permissions-and-errors/scopes/#manage-users
I have confirmed that I have two users. And I am also able to retrieve them using the developer's token generated from my app under Box's developers' console.
I have also confirmed my app's Application Scopes setup has the "Manage users" and "Manage groups" marked as checked. The app is also marked with "Authorization Status: Authorized" and "Enablement Status: Enabled"
I don't seem to have this problem when retrieving groups, using the scope "manage_groups".
What is the issue here?