Retrieve the WorkItemAssignee, including delegates, for the 'current' user.

Retrieve the WorkItemAssignee, including delegates, for the 'current' user.

Retrieve the WorkItemAssignee, including delegates, for the 'current' user.

Request
URI
GET
https://{api_host}/work-item-service/api/assignees/user/delegates
COPY
Responses
200

successful operation

Returns WorkItemAssignee of type(s) */*
{
    "delegates": [
        {
            "displayName": "string",
            "principalId": "string",
            "principalType": "string"
        }
    ]
}
delegates
Required

delegates