{ "opencollection": "1.0.0", "info": { "name": "Clio API Documentation Activities Users API", "version": "v4" }, "items": [ { "info": { "name": "Users", "type": "folder" }, "items": [ { "info": { "name": "Return the data for the current User", "type": "http" }, "http": { "method": "GET", "url": "https://app.clio.com/api/v4/users/who_am_i.json", "headers": [ { "name": "IF-MODIFIED-SINCE", "value": "" }, { "name": "IF-NONE-MATCH", "value": "" }, { "name": "X-API-VERSION", "value": "" } ], "params": [ { "name": "fields", "value": "", "type": "query", "description": "The fields to be returned. See response samples for what fields are available. For more information see the [fields section](#section/Fields)." } ] }, "docs": "Outlines the parameters, optional and required, used when requesting the data for a single User" }, { "info": { "name": "Return the data for all Users", "type": "http" }, "http": { "method": "GET", "url": "https://app.clio.com/api/v4/users.json", "headers": [ { "name": "X-API-VERSION", "value": "" } ], "params": [ { "name": "created_since", "value": "", "type": "query", "description": "Filter User records to those having the `created_at` field after a specific time. (Expects an ISO-8601 timestamp)." }, { "name": "enabled", "value": "", "type": "query", "description": "Filter User records to those that are enabled or disabled." }, { "name": "fields", "value": "", "type": "query", "description": "The fields to be returned. See response samples for what fields are available. For more information see the [fields section](#section/Fields)." }, { "name": "ids[]", "value": "", "type": "query", "description": "Filter User records to those having the specified unique identifiers." }, { "name": "include_co_counsel", "value": "", "type": "query", "description": "Filter User to include co-counsel users" }, { "name": "limit", "value": "", "type": "query", "description": "A limit on the number of User records to be returned. Limit can range between 1 and 2000. Default: `2000`." }, { "name": "name", "value": "", "type": "query", "description": "Filter User records to those with the given name." }, { "name": "order", "value": "", "type": "query", "description": "Orders the User records by the given field. Default: `id(asc)`." }, { "name": "page_token", "value": "", "type": "query", "description": "A token specifying which page to return." }, { "name": "pending_setup", "value": "", "type": "query", "description": "Filter User records based on whether or not they are still being setup." }, { "name": "role", "value": "", "type": "query", "description": "Filter User records to those with a specific role." }, { "name": "subscription_type", "value": "", "type": "query", "description": "Filter User records to those with a specific subscription type." }, { "name": "updated_since", "value": "", "type": "query", "description": "Filter User records to those having the `updated_at` field after a specific time. (Expects an ISO-8601 timestamp)." } ] }, "docs": "Outlines the parameters, optional and required, used when requesting the data for all Users" }, { "info": { "name": "Return the data for a single User", "type": "http" }, "http": { "method": "GET", "url": "https://app.clio.com/api/v4/users/:id.json", "headers": [ { "name": "IF-MODIFIED-SINCE", "value": "" }, { "name": "IF-NONE-MATCH", "value": "" }, { "name": "X-API-VERSION", "value": "" } ], "params": [ { "name": "fields", "value": "", "type": "query", "description": "The fields to be returned. See response samples for what fields are available. For more information see the [fields section](#section/Fields)." }, { "name": "id", "value": "", "type": "path", "description": "The unique identifier for the User." } ] }, "docs": "Outlines the parameters, optional and required, used when requesting the data for a single User" } ] } ], "bundled": true }