Skip to main content
Question

list app users - JWT app

  • May 22, 2025
  • 2 replies
  • 18 views

Forum|alt.badge.img

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! 

2 replies

Forum|alt.badge.img

 I believe the only way to do this would be to use this endpoint, but it would require an admin/service account token. 


Forum|alt.badge.img

  Thank you for your answer! 

This solution won't work if you have to deal with a really big enterprise and you do not want to request all user's data.  We will track our app users in separate db.