<!--
{
  "availability" : [
    "VPP License Management: 2.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "DeviceManagement",
  "identifier" : "/documentation/DeviceManagement/Associate-Assets",
  "metadataVersion" : "0.1.0",
  "role" : "Web Service Endpoint",
  "symbol" : {
    "kind" : "Web Service Endpoint",
    "modules" : [
      "Device Management"
    ],
    "preciseIdentifier" : "rest:vpp:post:v2-assets-associate"
  },
  "title" : "Associate Assets"
}
-->

# Associate Assets

Associate assets with client user IDs and serial numbers.

## Discussion

### Example Request and Response

**Request:**

```
{
    "assets": [
        {
            "adamId": "408709785",
            "pricingParam": "STDQ"
        },
        {
            "adamId": "377298193",
            "pricingParam": "STDQ"
        }
    ],
    "clientUserIds": [
        "client-1",
        "client-2"
    ],
    "serialNumbers": [
        "serial-1",
        "serial-2"
    ]
}
```

**Response:**

```json
{
    "eventId": "ed3edfc3-e617-465e-b309-a17925266e14",
    "tokenExpirationDate": "2030-11-08T22:33:22+0000",
    "uId": "2049025000431439"
}
```

## Topics

### Request and Response

[`object ManageAssetsRequest`](/documentation/DeviceManagement/ManageAssetsRequest)

The request for asset management.

[`object EventResponse`](/documentation/DeviceManagement/EventResponse)

The response that contains the event identifier.

[`object ErrorResponse`](/documentation/DeviceManagement/ErrorResponse)

The response that contains the error that occurs.



---

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)