v1

latestOpenAPI 3.0.2cPanel License2026-08-06657427.1 MB
UserManager
Subaccount Management

Remove service account link request

This function removes a service account as a link candidate to create a subaccount or link to a subaccount. When you use this function, the system removes the Link option in cPanel's User Manager interface (cPanel >> Home >> Preferences >> User Manager).

Note:

You must use at least one of the following parameters:

  • services.email.dismiss
  • services.ftp.dismiss
  • services.webdisk.dismiss
get/UserManager/dismiss_merge

Query parameters

domainstring domain required
Example:example.com

The service account's associated domain.

usernamestring username required
Example:example1

The username for the service account.

Note:

This parameter does not include the domain name.

services.email.dismiss0 | 1
Example:1

Whether to dismiss the merge of the email service account.

  • 1 - Dismiss.
  • 0 - Do not dismiss.
services.ftp.dismiss0 | 1
Example:1

Whether to dismiss the merge of the FTP service account.

  • 1 - Dismiss.
  • 0 - Do not dismiss.
services.webdisk.dismiss0 | 1
Example:1

Whether to dismiss the merge of the Web Disk service account.

  • 1 - Dismiss.
  • 0 - Do not dismiss.

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": "dismiss_merge",
  "module": "UserManager",
  "result": {
    "status": 1
  }
}