Posted on 06-24-2025 08:20 AM
Hi, our CyberSecurity Dept. wants an extract of the User accounts and groups under Jamf Pro settings. Is there a way to extract\export it to CSV or something please?
Posted on 06-24-2025 09:11 AM
There is a Jamf Pro API function that will pull a list of all Jamf Pro users. Oddly, I didn't see one that does the same thing for groups.
https://developer.jamf.com/jamf-pro/reference/findaccounts
You can run this function by logging into your Jamf Pro URL /api. This function is in the classic API. You can run the fuction copy and save the results.
Posted on 06-24-2025 09:15 AM
Thanks so much! I dont really care about the groups, it's actually just the users we want to export. I'll take a look and get back to this post 👍
Posted on 06-25-2025 11:03 AM
The Jamf Pro API was the last major feature of Jamf Pro that I learned to use. It's an ongoing learning process, but since I started using the API I have created several scripts that use it.