DetectedAssigneeDto
A distinct assignee name found in a foreign task export
Properties
| Name | Type | Description |
|---|---|---|
| name | string | The assignee name as it appears in the file |
The assignee name as it appears in the file | ||
| rowCount | integer | How many task rows carry this assignee |
How many task rows carry this assignee | ||
| suggestedUserCode | string | The code of the tenant user whose name matches, to prefill the mapping; null when none |
The code of the tenant user whose name matches, to prefill the mapping; null when none | ||
JSON Example
{
"name": "string",
"rowCount": 0,
"suggestedUserCode": "string"
}