Skip to main content
Question

BoxCLI List user created after a certain date?

  • May 22, 2025
  • 1 reply
  • 6 views

Forum|alt.badge.img

Hi!

How can I with BoxCLI list users created after a certain date?

Any example appreciated.

 

/Johan

1 reply

Forum|alt.badge.img

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