workItemPrincipal element
Type: | workItemPrincipal |
Namespace: | (default namespace) |
XML Schema: | work-item-rest-schema.xsd |
A WorkItemPrincipal represents a user or group to which work items may be assigned, or to which an assignee may be delegated to.
Example JSON
{
"principalId" : "...",
"principalType" : "USER",
"displayName" : "..."
}