KobiVaknin
- Total activity 8
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 3
Activity overview
Latest activity by KobiVaknin-
KobiVaknin created a post,
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 commented,
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 commented,
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 created a post,
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 created a post,
API call - list users by status
AnsweredHi, There is an option to list users by status via API? ("Inactive" in my case)*I'm using Python Thanks! 🙂