KobiVaknin
- 合計アクティビティ 8
- 前回のアクティビティ
- メンバー登録日
- フォロー 0ユーザー
- フォロワー 0ユーザー
- 投票 0
- サブスクリプション 3
アクティビティの概要
KobiVakninさんの最近のアクティビティ-
KobiVakninさんが投稿を作成しました:
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さんがコメントを作成しました:
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さんがコメントを作成しました:
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さんが投稿を作成しました:
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さんが投稿を作成しました:
API call - list users by status
回答済みHi, There is an option to list users by status via API? ("Inactive" in my case)*I'm using Python Thanks! 🙂