(REST API) Is there any way to bulk export Login resources for all users?

Jump to solution
jack_carico
Community Novice

We need a mechanism to download all of our User's Login resource records for use in account provisioning automation. The current REST API seems to only offer the ability to get the Login records for a single user at a time. With thousands of users this is not workable. 

Any solution needs to be able to work as part of an unattended background IT process. 

1 Solution
James
Community Champion

 @jack_carico 

Does the Provisioning Report (Admin > Settings > Reports > Provisioning Report) have the information that you need? If so, you can use the Account Reports API to generate the report, check it's progress, and then get the download URL.

View solution in original post