update_case_owner
Assign a new owner to a case in ReliaQuest GreyMatter. Provide the case ID and the new owner ID to update ownership.
Instructions
Cases · mutation updateCaseOwner. Variables: input. Example variables: {"input":{"caseId":"","owner":""}}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| input | Yes | GraphQL: UpdateCaseOwnerInput! | |
| customer_slug | No | Override the x-reliaquest-customer (OpCo) header. |