KobiVaknin
- Activité totale 8
- 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 KobiVaknin-
KobiVaknin a créé une publication,
Can't share public link!
Hi, I want to share a public link. My problem is that I can't see the option "Anyone with the link" and I see "Only invited people" I checked in my enterprise settings and everything looks good but...
-
KobiVaknin a ajouté un commentaire,
So the request should be like this? Thanks! from boxsdk import JWTAuth import requests import json from boxsdk import Client config = JWTAuth.from_settings_file("<file_path>\\config.json") clie...
-
KobiVaknin a ajouté un commentaire,
So the request should be like this? Thanks! from boxsdk import JWTAuth import requests import json from boxsdk import Client config = JWTAuth.from_settings_file("<file_path>\\config.json") clie...
-
KobiVaknin a créé une publication,
Delete deactivated users via API call
Hi :) I need help to create API call that delete users when their status is "Deactivate". Which authentication method should i use? Can you show me an example script? *I'm using Python Thanks!
-
KobiVaknin a créé une publication,
API call - list users by status
RéponduHi, There is an option to list users by status via API? ("Inactive" in my case)*I'm using Python Thanks! 🙂