For environments with only Shared iPad devices, no changes are required to the default Seamless Learning Access user ID mapping. The default expression in the Jamf Pro source adapter is correct for Shared iPad environments:
when {
rostered_managed_apple_id.isNotEmpty() -> rostered_managed_apple_id
else -> managed_apple_id
}This expression uses rostered_managed_apple_id (the Apple School Manager-provisioned Managed Apple Account) when available, falling back to managed_apple_id when necessary.