Update the WorkItemAssignee for the given principal

Update the WorkItemAssignee for the given principal

Update the WorkItemAssignee for the given principal

Request
URI
POST
https://{api_host}/work-item-service/api/assignees/{principalId}/delegates
COPY
Path Parameters
string
principalId
Required

The principal identifier for the user or group to be updated.


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