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
{
    "delegates": [
        {
            "displayName": "string",
            "principalId": "string",
            "principalType": "string"
        }
    ]
}
delegates
Required

delegates

Responses
200
Operation doesn't return any data structure