API Docs / Schemas / DetectedAssigneeDto

DetectedAssigneeDto

A distinct assignee name found in a foreign task export

Properties

Name Type Description
namestring

The assignee name as it appears in the file

The assignee name as it appears in the file

rowCountinteger

How many task rows carry this assignee

How many task rows carry this assignee

suggestedUserCodestring

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"
}

Contained in Schemas