Contents

StatusDeviceSerialNumber

The status item that reports the device’s serial number.

Declaration

object StatusDeviceSerialNumber

Properties

NameTypeDescription
device.identifier.serial-number Requiredstring

The device’s serial number.

Discussion

Status item availability

Allowed in supervised enrollment

iOS, macOS, Shared iPad, tvOS, visionOS, watchOS

Allowed in device enrollment

iOS, Shared iPad, tvOS, visionOS

Allowed in user enrollment

N/A

Allowed in local enrollment

iOS, macOS, Shared iPad, tvOS, visionOS, watchOS

Allowed in system scope

iOS, macOS, Shared iPad, tvOS, visionOS, watchOS

Allowed in user scope

macOS, Shared iPad

Status item example

{
    "device": {
        "identifier": {
            "serial-number": "12345678"
        }
    }
}

See Also

Device property items