BoxCLI List user created after a certain date?
回答済みHi!
How can I with BoxCLI list users created after a certain date?
Any example appreciated.
/Johan
-
正式なコメント
Hello Johan,
You will want to use the command: box users.
This will list all users in the enterprise. There isn't a way to filter this down first via the CLI, so I would recommend the following to just return the created date for each user and export to a .csv. You could then open the .csv and filter from there.
box users --fields=id, created_at --save-to-file-path=INSERTPATHERE
コメントアクション
サインインしてコメントを残してください。
コメント
1件のコメント