Summary
An Assignment links ApiObjects, e.g. profiles to thin clients, or profiles to thin client directories.
Properties
Example
[
{
"assignee": {
"id": "68257",
"type": "profile"
},
"receiver": {
"id": "48335",
"type": "tc"
},
"assignmentPosition": 0,
"links": [
{
"rel": "assigned",
"href": "https://172.30.91.227:8443/umsapi/v2/profiles/68257"
},
{
"rel": "receiver",
"href": "https://172.30.91.227:8443/umsapi/v2/thinclients/48335"
},
{
"rel": "self",
"href": "https://172.30.91.227:8443/umsapi/v2/profiles/68257/assignments/thinclients/48335"
}
]
}
]