{ "opencollection": "1.0.0", "info": { "name": "DNSFilter Agent Local User Bulk Deletes Organization Users API", "version": "2026-07-13" }, "items": [ { "info": { "name": "Organization Users", "type": "folder" }, "items": [ { "info": { "name": "Get", "type": "http" }, "http": { "method": "GET", "url": "https://api.dnsfilter.com/v1/organizations/:organization_id/users", "params": [ { "name": "include_auth_providers", "value": "", "type": "query", "description": "Return user's authentication providers if true (default: false)" }, { "name": "organization_id", "value": "", "type": "path", "description": "The ID of the organization to search" } ] }, "docs": "Gets the users for the specified organization." }, { "info": { "name": "Create", "type": "http" }, "http": { "method": "POST", "url": "https://api.dnsfilter.com/v1/organizations/:organization_id/users", "params": [ { "name": "organization_id", "value": "", "type": "path", "description": "The ID of the organization" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Adds a new or existing user with the specified email to the specified\norganization." }, { "info": { "name": "Show user", "type": "http" }, "http": { "method": "GET", "url": "https://api.dnsfilter.com/v1/organizations/:organization_id/users/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "The ID of the user to return" }, { "name": "include_auth_providers", "value": "", "type": "query", "description": "Return user's authentication providers if true (default: false)" }, { "name": "organization_id", "value": "", "type": "path", "description": "The ID of the organization to search" } ] }, "docs": "Gets the user details and permissions for the specified organization." }, { "info": { "name": "Update", "type": "http" }, "http": { "method": "PATCH", "url": "https://api.dnsfilter.com/v1/organizations/:organization_id/users/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "The OrganizationUser ID" }, { "name": "organization_id", "value": "", "type": "path", "description": "The ID of the organization to search" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Updates a user or permissions with the specified data." }, { "info": { "name": "Delete", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.dnsfilter.com/v1/organizations/:organization_id/users/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "Network ID" }, { "name": "organization_id", "value": "", "type": "path", "description": "The ID of the organization to search" } ] }, "docs": "Removes a user from the organization. This will not actually delete the\nuser account." }, { "info": { "name": "Resend Invite", "type": "http" }, "http": { "method": "POST", "url": "https://api.dnsfilter.com/v1/organizations/:organization_id/users/:id/resend_invite", "params": [ { "name": "id", "value": "", "type": "path", "description": "The ID of the user" }, { "name": "organization_id", "value": "", "type": "path", "description": "The ID of the organization" } ] }, "docs": "Resends the user invite for the specified user and organization." } ] } ], "bundled": true }