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

# Create Users

Create users to assign apps, books, and subscriptions to.

## Discussion

### Example Request and Response

**Request:**

```
{
    "users": [
        {
            "clientUserId": "client-100",
            "email": "client-100@next.com",
            "managedAppleId": "maid-100@next.com"
        },
        {
            "clientUserId": "client-101",
            "email": "client-101@next.com",
            "managedAppleId": "maid-101@next.com"
        },
        {
            "clientUserId": "client-102",
            "email": "client-102@next.com"
        }
    ]
}
```

**Response:**

```json
{
    "eventId": "af70eb9b-0ab6-405d-87d8-3b9ed0c4f370",
    "tokenExpirationDate": "2030-11-08T22:33:22+0000",
    "uId": "2049025000431439"
}
```

## Topics

### Request and Response

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

The request for user 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)