{ "opencollection": "1.0.0", "info": { "name": "DNSFilter Agent Local User Bulk Deletes Users API", "version": "2026-07-13" }, "items": [ { "info": { "name": "Users", "type": "folder" }, "items": [ { "info": { "name": "Get extant", "type": "http" }, "http": { "method": "GET", "url": "https://api.dnsfilter.com/v1/users", "params": [ { "name": "page", "value": "", "type": "query", "description": "Page number and size" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Gets users basic information." }, { "info": { "name": "Get all", "type": "http" }, "http": { "method": "GET", "url": "https://api.dnsfilter.com/v1/users/all", "params": [ { "name": "page", "value": "", "type": "query", "description": "Page number and size" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Gets ALL users basic information." }, { "info": { "name": "Show user", "type": "http" }, "http": { "method": "GET", "url": "https://api.dnsfilter.com/v1/users/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "User ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Gets basic information of the specified user." }, { "info": { "name": "Change password", "type": "http" }, "http": { "method": "PATCH", "url": "https://api.dnsfilter.com/v1/users/change_password", "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Changes the password for the currently authenticated user." } ] } ], "bundled": true }