Enable global address book

This function enables the shared global address book for the current cPanel account's webmail accounts.

SecurityBasicAuth
Request
query Parameters
name
string

cPanel account username or a Webmail user's email address. If you do not specify a user, this parameter defaults to the currently-authenticated user.

Example: name=user
Responses
200

HTTP Request was successful.

Response Schema: application/json
apiversion
integer

The version of the API.

func
string

The name of the method called.

module
string

The name of the module called.

object
get/DAV/enable_shared_global_addressbook
Request samples
uapi --output=jsonpretty \
  --user=username \
  DAV \
  enable_shared_global_addressbook
Response samples
application/json
{
  • "apiversion": 3,
  • "func": "enable_shared_global_addressbook",
  • "module": "DAV",
  • "result": {
    • "data": {
      • "shared": 1
      },
    • "errors": null,
    • "messages": null,
    • "metadata": { },
    • "status": 1,
    • "warnings": null
    }
}