This function implements third-party user creation.
object The parameters required for the third-party account. Example: |
HTTP Request was successful.
apiversion | integer The version of the API. |
func | string The name of the method called. |
module | string The name of the module called. |
object |
uapi --output=jsonpretty \ --user=username \ Plugins \ create_user \ plugin='xovi'
{- "apiversion": 3,
- "func": "create_user",
- "module": "Plugins",
- "result": {
- "data": {
- "apiToken": "b06950548166672ca"
}, - "errors": null,
- "messages": null,
- "metadata": { },
- "status": 1,
- "warnings": null
}
}