replaceCaseOwners operation
Replaces the users currently assigned as owners of the current case with a new set of users.
| Parameter | Type | Description |
|---|---|---|
| caseId | String | The identifier of the case. You must set the expression for the caseID parameter to the F_CaseFolder business object field in the Expression Builder window. |
| assigner | VWParticipant | A VWParticipant object that represent the name of the user who is replacing owners in in this case. |
| owners | VWParticipant[] | An array of VWParticipant objects that represent the names of the users who are to replace the existing owners of this case. |