PUT /v3/thinclients/{tcId}/assignments/profiles
Summary
Creates Profile and Master Profile Assignments for the specified Thin Client.
Resource URL
/v3/thinclients/{tcId}/assignments/profiles
Example Request
curl \
--request PUT \
--data '[{ "assignee": {
"id": "68257",
"type": "profile"
},
"receiver": {
"id": "48335",
"type": "tc"}
}]' \
https://[server]:8443/umsapi/v3/thinclients/48335/assignments/profiles
Request Path Variables
Name | Type | Mandatory | Description |
| String | yes | thin client ID |
Request Body
A list of Profile and Master Profile Assignments.
Example Response
{
"message": "1 asssignments successfully assigned to thinclient <48335>"
}