Returns all Jamf Pro user accounts.

Example Output

[
	{
		"userId": 0,
		"username": "username",
		"password": "password",
		"passwordModified": 1577836800,
		"email": "username@mycompany.com",
		"forcePasswordChange": false,
		"expires": "2023-01-01T00:00:00.000Z",
		"webAdmin": true,
		"disabled": false
	}
]

Workflow Library Example

Validate Jamf Installation on Employee Devices

Preview this Workflow on desktop