Jamf Pro Settings User Accounts and Groups extract

Cephas
New Contributor II

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?

3 REPLIES 3

howie_isaacks
Valued Contributor III

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.

Cephas
New Contributor II

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 👍

howie_isaacks
Valued Contributor III

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.