cURL
curl --request POST \ --url https://api.ck-itsolutions.nl/v1/user/add-ips \ --header 'Content-Type: application/json' \ --header 'x-api-key: <api-key>' \ --data ' { "user_uuid": "<string>", "ips": "<array>" } '
{}
Adds allowed IPs to selected user.
Documentation IndexFetch the complete documentation index at: https://docs.ck-itsolutions.nl/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.ck-itsolutions.nl/llms.txt
Use this file to discover all available pages before exploring further.
Plant to add to the store
User UUID of selected user
IP subnet(s) that have to be added to access list
Returns newly created filters with uuid as json.
The response is of type object.
object