This function updates the delegation of a user's calendar to another user.
Note:
You must install the Calendar and Contacts Server cPanel plugin to access this API function.
uapi --output=jsonpretty \ --user=username \ CCS \ update_delegate \ delegator='user1@example.com' \ delegatee='user2@example.com'
{- "apiversion": 3,
- "func": "update_delegate",
- "module": "CCS",
- "result": {
- "errors": null,
- "messages": null,
- "metadata": { },
- "status": 1,
- "warnings": null
}
}