Creates Or updates the specified WorkItemAssignee.

Creates Or updates the specified WorkItemAssignee.

Creates or updates the specified WorkItemAssignee.

Request
URI
PUT
https://{api_host}/work-item-service/api/assignees/user/delegates
COPY
Request Body
WorkItemAssignee of type(s) application/json
Optional

Show optional properties

{
    "delegates": [
        {
            "principalId": "string",
            "principalType": "string"
        }
    ]
}
{
    "delegates": [
        {
            "displayName": "string",
            "principalId": "string",
            "principalType": "string"
        }
    ]
}
Responses
200
Operation doesn't return any data structure

Code Samples
COPY
                    curl -X PUT -H 'Authorization: <value>' -H 'Content-Type: application/json' -d '{"delegates":["object"]}' https://{api_host}/work-item-service/api/assignees/user/delegates