cURL
curl --request POST \ --url https://api.zochil.io/v3/monitoring/admins/create \ --header 'Content-Type: application/json' \ --header 'access-token: <api-key>' \ --data ' { "username": "<string>", "email": "jsmith@example.com", "password": "<string>", "is_super": false, "roles": [ "<string>" ] } '
{ "id": "<string>", "username": "<string>", "email": "<string>", "is_super": true, "roles": [ "<string>" ], "created_at": "2023-11-07T05:31:56Z", "updated_at": "2023-11-07T05:31:56Z" }
Create a new administrator
Documentation IndexFetch the complete documentation index at: https://docs-kfhye.zochil.dev/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs-kfhye.zochil.dev/llms.txt
Use this file to discover all available pages before exploring further.
Admin created successfully