Contents

StatusDeviceUDID

The status item that reports the device’s UDID.

Declaration

object StatusDeviceUDID

Properties

NameTypeDescription
device.identifier.udid Requiredstring

The device’s UDID. This value is always available on the device channel. This value is only available on user channels whose organization matches that of the device channel.

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": {
            "udid": "123456-89012345"
        }
    }
}

See Also

Device property items