Gets a list with accounts which your zone(s) is shared with.
Name | Data Type | Status | Description |
auth-id or sub-auth-id or sub-auth-user | Integer | Required | Authentication parameter |
auth-password | String | Required | Authentication parameter |
domain-name | String | Required | Name of the shared DNS zone. |
If there is no such zone in your account:
{"status":"Failed","statusDescription":"Missing domain-name."}
Note: These are example errors in JSON format.
URL JSON: https://api.cloudns.net/dns/list-shared-accounts.json
POST/GET: auth-id=0&auth-password=password&domain-name=domain.com
POST/GET: sub-auth-id=0&auth-password=password&domain-name=domain.com
URL XML: https://api.cloudns.net/dns/list-shared-accounts.xml
POST/GET: auth-id=0&auth-password=password&domain-name=domain.com
POST/GET: sub-auth-id=0&auth-password=password&domain-name=domain.com