jcerise
- Activité totale 12
- Dernière activité
- Membre depuis
- Abonné à 0 utilisateur
- Abonnés 0 utilisateur
- Votes 0
- Abonnements 3
Aperçu des activités
Dernière activité effectuée par jcerise-
jcerise a créé une publication,
Api limit clarification
RéponduI'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...
-
jcerise a ajouté un commentaire,
That is a very workable solution. Thanks so much for the prompt replies !
-
jcerise a ajouté un commentaire,
I noticed the reports contain the user, but unfortunately, I'm using the API. Can you elaborate on how looping over the shared links would allow me to extract the user that created the link?...
-
jcerise a créé une publication,
Get user who created shared link
RéponduSubject, 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 ...
-
jcerise a créé une publication,
List all Custom Applications for an Enterprise via API
RéponduIs 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...
-
jcerise a ajouté un commentaire,
So, a little closer reading of the REST API docs was needed here. A user object has an `enterprise` field, which is a small representation of the enterprise the user is a part of. This object cont...
-
jcerise a créé une publication,
Get Enterprise ID from SDK
RéponduIs 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 ...
-
jcerise a ajouté un commentaire,
Yup, that looks to be what I'm looking for, thanks!
-
jcerise a créé une publication,
Get user role (admin, co-admin, user) from Python SDK
RéponduI 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...