Adds an identity link to a task by id. Can be used to link any user or group to a task and specify a relation.
Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.
The id of the task to add a link to.
The type of the identity link. The value of the this property can be user-defined. The Process Engine
provides three pre-defined Identity Link types:
candidateassignee - reserved for the task assigneeowner - reserved for the task ownerNote: When adding or removing an Identity Link, the type property must be defined.
The id of the user participating in this link. Either userId or groupId is set.
The id of the group participating in this link. Either groupId or userId is set.
Request successful.