{ "opencollection": "1.0.0", "info": { "name": "DNSFilter Agent Local User Bulk Deletes Collection Users API", "version": "2026-07-13" }, "items": [ { "info": { "name": "Collection Users", "type": "folder" }, "items": [ { "info": { "name": "Gets collection users", "type": "http" }, "http": { "method": "GET", "url": "https://api.dnsfilter.com/v1/collections/:collection_id/users", "params": [ { "name": "collection_id", "value": "", "type": "path", "description": "Collection ID" }, { "name": "name", "value": "", "type": "query", "description": "filter by name. If friendly_name not found, will search by user_name" }, { "name": "page", "value": "", "type": "query", "description": "Page number and size" }, { "name": "sort", "value": "", "type": "query", "description": "Sort options, valid attributes: name" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Show users belonging to a specific collection with the specified id." }, { "info": { "name": "Update", "type": "http" }, "http": { "method": "POST", "url": "https://api.dnsfilter.com/v1/collections/:collection_id/users", "params": [ { "name": "collection_id", "value": "", "type": "path", "description": "Collection ID" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Add a new user to a specific collection with the specified id." }, { "info": { "name": "Show user", "type": "http" }, "http": { "method": "GET", "url": "https://api.dnsfilter.com/v1/collections/:collection_id/users/:id", "params": [ { "name": "collection_id", "value": "", "type": "path", "description": "The ID of the collection to search" }, { "name": "id", "value": "", "type": "path", "description": "The ID of the user to return" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Gets the user details and permissions for the specified organization." }, { "info": { "name": "Delete user", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.dnsfilter.com/v1/collections/:collection_id/users/:id", "params": [ { "name": "collection_id", "value": "", "type": "path", "description": "The ID of the collection to search" }, { "name": "id", "value": "", "type": "path", "description": "The ID of the user to delete" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Deletes a user from a collection." } ] } ], "bundled": true }