---
title: TokenUpdateRequest
framework: devicemanagement
role: symbol
role_heading: Device Management Command
path: devicemanagement/tokenupdaterequest
---

# TokenUpdateRequest

The token update request details.

## Declaration

```data
object TokenUpdateRequest
```

## Properties

AwaitingConfiguration: If true from the device channel, the device is awaiting a Device Configured command before proceeding through Setup Assistant. If true from the user channel (Shared iPad only), the device is awaiting a User Configured command before proceeding through Setup Assistant. Available: iOS 9+ | iPadOS 9+ | macOS 10.11+ | tvOS 10.2+ | visionOS 1.1+ EnrollmentID: The per-enrollment identifier for the device. The system requires this value if the enrollment type is a user enrollment. Available: iOS 13+ | iPadOS 13+ | macOS 10.15+ | visionOS 1.1+ EnrollmentUserID: The per-enrollment identifier for the user. The system requires this value if the enrollment type is a user enrollment on the user channel. Available: macOS 10.15+ MessageType: The message type, which requires a value of TokenUpdate. NotOnConsole: If true, the device isn’t on-console. Available: macOS 10.11+ | tvOS 10.2+ PushMagic: The magic string to include in the push notification message. Token: The push token for the device. Topic: The topic the device subscribes to. UDID: The device’s UDID (unique device identifier). The system requires this value if the enrollment type is a device enrollment. UnlockToken: The data to use to unlock the device. If provided, the server needs to retain this data and send it when trying to implement Clear Passcode. Available: iOS 4+ | iPadOS 4+ | tvOS 10.2+ | visionOS 1.1+ | watchOS 10+ UserID: For macOS, this value is the ID of the user. For Shared iPad, this value is FFFFFFFF-FFFF-FFFF-FFFF-FFFFFFFFFFFF to indicate that authentication doesn’t occur. Available: iOS 9.3+ | iPadOS 9.3+ | macOS 10.7+ UserLongName: The full name of the user. Available: macOS 10.7+ UserShortName: For macOS, this value is the short name of the user. For Shared iPad, this value is the Managed Apple Account identifier of the user on Shared iPad. It indicates that the token is for the user channel. Available: iOS 9.3+ | iPadOS 9.3+ | macOS 10.7+

## Mentioned in

Managing passcodes
