Create third-party user

This function implements third-party user creation.

SecurityBasicAuth
Request
query Parameters
object

The parameters required for the third-party account.

Example: plugin=xovi
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/Plugins/create_user
Request samples
uapi --output=jsonpretty \
  --user=username \
  Plugins \
  create_user \
  plugin='xovi'
Response samples
application/json
{
  • "apiversion": 3,
  • "func": "create_user",
  • "module": "Plugins",
  • "result": {
    • "data": {
      • "apiToken": "b06950548166672ca"
      },
    • "errors": null,
    • "messages": null,
    • "metadata": { },
    • "status": 1,
    • "warnings": null
    }
}