v1

latestOpenAPI 3.0.2cPanel License2026-08-06657427.1 MB
Plugins

Create third-party user

This function implements third-party user creation.

get/Plugins/create_user

Query parameters

pluginstring required

The name of the plugin to create a user for.

The parameters required for the third-party account.

{
  "plugin": "xovi"
}

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": "create_user",
  "module": "Plugins",
  "result": {
    "data": {
      "apiToken": "b06950548166672ca"
    },
    "status": 1
  }
}