jcerise
- Total activity 12
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 3
Posts
Recent activity by jcerise-
Api limit clarification
AnsweredI've been searching around and doing my own experimentation on rate limits for the Box API, and so far, I've found the following: - There is a stated limit of 1000 requests per minute - Other user...
-
Get user who created shared link
AnsweredSubject, basically. Is there a way to get the ID of the user who created a shared link for a resource? From a security posture, it would be extremely useful to see which users are creating shared ...
-
List all Custom Applications for an Enterprise via API
AnsweredIs there an API endpoint (or other method) of getting a list of all Custom Applications for a given enterprise? Ideally, I would like to be able to get a list of all enabled custom applications, t...
-
Get Enterprise ID from SDK
AnsweredIs there a way to get the enterprise ID for/from a user, or at all, within, for example, the Python SDK? Or perhaps via an API call? I've found a couple other questions asking this, but they were ...
-
Get user role (admin, co-admin, user) from Python SDK
AnsweredI am trying to get the user role via the Python SDK. My use case is that I need to identify the admin user, and any co-admins. Using the standard user().get() approach, I get all of the users info...