<!--
{
  "availability" : [
    "VPP License Management: 2.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "DeviceManagement",
  "identifier" : "/documentation/DeviceManagement/Get-Assignments-9wv1e",
  "metadataVersion" : "0.1.0",
  "role" : "Web Service Endpoint",
  "symbol" : {
    "kind" : "Web Service Endpoint",
    "modules" : [
      "Device Management"
    ],
    "preciseIdentifier" : "rest:vpp:get:v2-assignments"
  },
  "title" : "Get Assignments"
}
-->

# Get Assignments

Get the set of current assignments for users or devices.

## Discussion

### Example Request and Response

**Request:**

```
?adamId=408709785
```

**Response:**

```json
{
    "assignments": [
        {
            "adamId": "408709785",
            "clientUserId": "client-1",
            "pricingParam": "STDQ"
        },
        {
            "adamId": "408709785",
            "serialNumber": "serial-1",
            "pricingParam": "STDQ"
        }
    ],
    "size": 2,
    "currentPageIndex": 0,
    "tokenExpirationDate": "2030-11-08T22:33:22+0000",
    "totalPages": 1,
    "uId": "2049025000431439",
    "versionId": "009061cb-87d1-4ea8-ae4c-7849dc49224e"
}
```

## Topics

### Response

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

The paginated response that contains requested assignments.

[`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)