{ "opencollection": "1.0.0", "info": { "name": "CaptivateIQ Attribute Worksheets Users API", "version": "v1" }, "request": { "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "items": [ { "info": { "name": "Users", "type": "folder" }, "items": [ { "info": { "name": "List Users", "type": "http" }, "http": { "method": "GET", "url": "https://api.captivateiq.com/ciq/v1/users/", "params": [ { "name": "email", "value": "", "type": "query", "description": "Filter by email address" }, { "name": "first_name", "value": "", "type": "query", "description": "Filter by first name" }, { "name": "last_name", "value": "", "type": "query", "description": "Filter by last name" }, { "name": "limit", "value": "", "type": "query", "description": "Number of results to return per page." }, { "name": "offset", "value": "", "type": "query", "description": "The initial index from which to return the results." }, { "name": "ordering", "value": "", "type": "query", "description": "Optional. Which field to use when ordering the results. By default we assume [`created_at`]. Available fields for ordering: [`(-)created_at`, `(-)email`, `(-)first_name`, `(-)last_name`]. See the [FAQs](https://developers.captivateiq.com/docs/faqs) page for tips." } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "List Users" }, { "info": { "name": "Create User", "type": "http" }, "http": { "method": "POST", "url": "https://api.captivateiq.com/ciq/v1/users/", "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Create User" }, { "info": { "name": "Get User", "type": "http" }, "http": { "method": "GET", "url": "https://api.captivateiq.com/ciq/v1/users/:id/", "params": [ { "name": "id", "value": "", "type": "path", "description": "Primary key, a UUID." } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Get User" }, { "info": { "name": "Update User", "type": "http" }, "http": { "method": "PUT", "url": "https://api.captivateiq.com/ciq/v1/users/:id/", "params": [ { "name": "id", "value": "", "type": "path", "description": "Primary key, a UUID." } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Update User" }, { "info": { "name": "Delete User", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.captivateiq.com/ciq/v1/users/:id/", "params": [ { "name": "id", "value": "", "type": "path", "description": "Primary key, a UUID." } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "If an individual is no longer with a company, it's recommended that the user be deactivated and not deleted." } ] } ], "bundled": true }