Skip to main content
Question

Using the Box API to Find Users Created Since a Particular Date

  • May 21, 2025
  • 1 reply
  • 17 views

Forum|alt.badge.img

Is there a way to use the Box API to find all users created since a particular date?

1 reply

Forum|alt.badge.img

 You can query the Enterprise Events API to get user creation events by setting the event_type parameter to NEW_USER. To find users created since a particular date, you can set the created_after parameter to the start date needed.