Summary

Assigns a master profile to one or more thin clients.

Resource URL

/v2/masterprofiles/[profileid/assignments/thinclients/]

Example Request

curl \

--request PUT \

--header "Content-type: application/json" \

--data ' [{ "assignee": {

"id": "72066",

"type": "masterprofile"

},

"receiver": {

"id": "48335",

"type": "tc"}

}]' \

https://[server]:8443/umsapi/v2/masterprofiles/72066/assignments/thinclients/

Request Path Variables

Name

Type

Mandatory

Description

profileid

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 <48335>"

}