Hello!
I have an app, which authorizes itself by JWT flow. I can create a user, generate tokens for them and eventually use that tokens to interact with Box APIs. On the other hand, I do not have access to the admin console.
Is there any way to list all users created by my app from the level of my app?
Thanks!