<!--
{
  "availability" : [
    "iOS: 15.0.0 -",
    "iPadOS: 15.0.0 -",
    "macCatalyst: 15.0.0 -",
    "macOS: 13.0.0 -",
    "tvOS: 16.0.0 -",
    "visionOS: 1.1.0 -",
    "watchOS: 10.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "DeviceManagement",
  "identifier" : "/documentation/DeviceManagement/AssetUserIdentity",
  "metadataVersion" : "0.1.0",
  "role" : "Object",
  "symbol" : {
    "kind" : "Object",
    "modules" : [
      "Device Management"
    ],
    "preciseIdentifier" : "rmdm-declarations:AssetUserIdentity"
  },
  "title" : "AssetUserIdentity"
}
-->

# AssetUserIdentity

The user-identity data.

```
object AssetUserIdentity
```

## Discussion

Specify `com.apple.asset.useridentity` as the declaration type.

### Asset example

```json
{
  "Type": "com.apple.asset.useridentity",
  "Identifier": "CB3E6C7F-2318-437B-8A9E-D50C69376DE4",
  "ServerToken": "F25C68F6-D2E5-4A09-9170-F21E8FAD6A2F",
  "Payload": {
    "FullName": "A User",
    "EmailAddress": "a.user@example.com"
  }
}
```

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)