Track Task Assignee Model

Represents the details about which user a task in a track is assigned to when the track is added to a project or opportunity.

Name Type Description
assigneeType String Required

Represents whether the task is assigned to a specific user, to the owner of the project or opportunity that the track belongs to, or to the user who completed the previous task.

Accepted values are: USER, ENTITY_OWNER, PREVIOUS_COMPLETER

owner Nested User

The user that the task in the track will be assigned to. Required when the assigneeType is set to USER. Must be null for all other assignee types.