Summary
Assigns a profile to one or more thin clients.
Resource URL
/v3/profiles/{profileid}/assignments/thinclients/
Example Request
curl \
--request PUT \
--header "Content-type: application/json" \
--data ' [{ "assignee": {
"id": "20452",
"type": "profile"
},
"receiver": {
"id": "23028",
"type": "tc"}
}]' \
https://[server]:8443/umsapi/v3/profiles/20452/assignments/thinclients/
Request Path Variables
|
Name |
Type |
Mandatory |
Description |
|
|
String |
yes |
master profile ID |
Request Body
A list of Assignments
Response Type
Returns a success message.
Example Response
{
"message": "1 asssignments successfully assigned to thinclient <23028>"
}