<!--
{
  "availability" : [
    "Device Assignment Services: 5.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "DeviceManagement",
  "identifier" : "/documentation/DeviceManagement/Assign-Profile",
  "metadataVersion" : "0.1.0",
  "role" : "Web Service Endpoint",
  "symbol" : {
    "kind" : "Web Service Endpoint",
    "modules" : [
      "Device Management"
    ],
    "preciseIdentifier" : "rest:dep:post:profile-devices"
  },
  "title" : "Assign a Profile"
}
-->

# Assign a Profile

Assign a profile to a list of devices.

## Discussion

To avoid performance issues, limit requests to 1000 devices at a time.

### Throttling

With X-Server-Protocol-Version 9 and later, the server may throttle profile assignment on a per-device basis. When the server throttles a device, its value in the `devices` dictionary is `THROTTLED` instead of `SUCCESS`.

With X-Server-Protocol-Version 10 and later, the response also includes `retry_after_seconds` when at least one device is throttled. Clients should wait for at least the indicated number of seconds before retrying assignment for the throttled devices.

## Topics

### Request and Response

[`ProfileServiceRequest`](/documentation/DeviceManagement/ProfileServiceRequest)

The request for assigning a profile to a set of devices.

[`AssignProfileResponse`](/documentation/DeviceManagement/AssignProfileResponse)

[`AssignProfileResponse.Devices`](/documentation/DeviceManagement/AssignProfileResponse/Devices-data.dictionary)



---

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)