Jamf Pro connector
Back to the connector overview, authentication methods, and actions.
6 Aug 2026
new-actions bug-fixRenamed read and command actions to mirror Jamf Pro’s own operation names (Search/Find/Get for collection reads, Create MDM Command, Replace Script). Also fixed and simplified MDM command listing (single RSQL filter input) and the supported command-type list, corrected script create/update options, added the computer section enum, fixed mobile device static group assignments, made category priority required, added the department name length limit, and removed the unsupported erase PIN option.Added · 18 new actions
Added · 18 new actions
jamf_create_mdm_command, jamf_find_macos_configuration_profiles, jamf_find_mobile_device_configuration_profiles, jamf_find_policies, jamf_find_policy, jamf_get_categories, jamf_get_computers, jamf_get_mdm_commands, jamf_get_mobile_device_smart_groups, jamf_get_mobile_device_static_groups, jamf_get_mobile_devices, jamf_get_users, jamf_replace_script, jamf_search_buildings, jamf_search_computer_smart_groups, jamf_search_computer_static_groups, jamf_search_departments, jamf_search_scriptsRemoved · 18 actions removed
Removed · 18 actions removed
jamf_get_policy, jamf_list_buildings, jamf_list_categories, jamf_list_computer_smart_groups, jamf_list_computer_static_groups, jamf_list_computers, jamf_list_departments, jamf_list_macos_configuration_profiles, jamf_list_mdm_commands, jamf_list_mobile_device_configuration_profiles, jamf_list_mobile_device_smart_groups, jamf_list_mobile_device_static_groups, jamf_list_mobile_devices, jamf_list_policies, jamf_list_scripts, jamf_list_users, jamf_send_mdm_command, jamf_update_scriptChanged · 31 actions updated
Changed · 31 actions updated
jamf_create_building, jamf_create_category, jamf_create_computer_smart_group, jamf_create_computer_static_group, jamf_create_department, jamf_create_mobile_device_smart_group, jamf_create_mobile_device_static_group, jamf_create_policy, jamf_create_script, jamf_create_user, jamf_delete_building, jamf_delete_category, jamf_delete_computer, jamf_delete_computer_smart_group, jamf_delete_computer_static_group, jamf_delete_department, jamf_delete_policy, jamf_delete_script, jamf_delete_user, jamf_erase_mobile_device, jamf_get_building, jamf_get_computer, jamf_get_computer_detail, jamf_get_computer_filevault, jamf_get_mobile_device, jamf_get_mobile_device_detail, jamf_get_mobile_device_static_group, jamf_update_computer, jamf_update_mobile_device, jamf_update_policy, jamf_update_user4 Aug 2026
auth-improvements guide-changesAdded an OAuth 2.0 Client Credentials (Managed) authentication method using Jamf Pro API Roles & Clients (Jamf Pro 10.49.0+). The API Client ID and Secret are configured once at the connector-profile level, so end users enter no credentials when linking an account. Includes a setup guide covering API Role and API Client creation.