POST
/
user
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": [
    "<any>"
  ]
}'
{}

Authorizations

x-api-key
string
header
required

Body

application/json
Plant to add to the store
username
string
required

Username for the new created user.

email
string
required

Email for the new created user

password
string
required

Password for the new created user

ips
any[]
required

IP subnet(s) the user has acces too

Response

200
application/json
Returns newly created firewall rule with uuid as json.

The response is of type object.