You can use payload variables to populate configuration profile settings with computer, mobile device, or user attribute values stored in Jamf Pro. This allows you to deploy settings specific to each device or user. For example, you can display the unique serial number on the Lock Screen for an iPad.
$VARIABLE is replaced with the value of the corresponding attribute in Jamf Pro.Payload variables are case-sensitive.
Variable | Inventory Information |
|---|---|
| Device management ID assigned by Jamf Pro |
$COMPUTERNAME | Computer Name |
$SITENAME | Site Name |
| Site ID |
| UDID |
| Serial Number |
| Username associated with the computer in Jamf Pro (computer-level profiles only) Username of the user logging in to the computer (user-level profiles only) |
| Full Name |
| Email Address |
| Phone Number |
| Position |
$DEPARTMENTNAME | Department Name |
$DEPARTMENTID | Department ID |
| Building Name |
| Building ID |
| Room |
| MAC Address |
| Jamf Pro ID |
| Jamf Pro ID of the Configuration Profile |
| Extension Attribute ID Number Note: The ID number is found in the extension attribute URL. In the example URL below, "id=2" indicates the extension attribute ID number: For more information, see Computer Extension Attributes. |