v1

latestOpenAPI 3.0.2cPanel License2026-08-06657427.1 MB
CCS
Calendar and Contacts Server

List cPanel account's calendar delegates

This function lists all calendar delegates on the cPanel account.

Note:

You must install the Calendar and Contacts Server cPanel plugin to access this API function.

get/CCS/list_delegates

Response

HTTP Request was successful.

apiversioninteger

The version of the API.

funcstring

The name of the method called.

modulestring

The name of the module called.

Example response

{
  "apiversion": 3,
  "func": "list_delegates",
  "module": "CCS",
  "result": {
    "data": [
      {
        "delegatee": "delegatee@cptest.test",
        "delegator": "delegator@cptest.test",
        "read_only": 1
      }
    ],
    "status": 1
  }
}