cURL
curl --request POST \ --url https://api.ck-itsolutions.nl/v1/user \ --header 'Content-Type: application/json' \ --header 'x-api-key: <api-key>' \ --data ' { "username": "<string>", "email": "<string>", "password": "<string>", "ips": "<array>" } '
{}
Creates a new firewall rule
Plant to add to the store
Username for the new created user.
Email for the new created user
Password for the new created user
IP subnet(s) the user has acces too
Returns newly created firewall rule with uuid as json.
The response is of type object.
object