{ "opencollection": "1.0.0", "info": { "name": "API Endpoints subpackage_activities subpackage_users API", "version": "1.0.0" }, "items": [ { "info": { "name": "subpackage_users", "type": "folder" }, "items": [ { "info": { "name": "Fetch information about yourself", "type": "http" }, "http": { "method": "GET", "url": "https://api.close.com/api/v1/me/", "headers": [ { "name": "Authorization", "value": "" } ], "params": [ { "name": "_fields", "value": "", "type": "query", "description": "Comma-separated list of fields to include in the response." } ] }, "docs": "A special instance of the Users endpoint for the current user. Useful for determining your own `id` and `organization_id`." }, { "info": { "name": "List users in your organization", "type": "http" }, "http": { "method": "GET", "url": "https://api.close.com/api/v1/user/", "headers": [ { "name": "Authorization", "value": "" } ], "params": [ { "name": "_order_by", "value": "", "type": "query" }, { "name": "_limit", "value": "", "type": "query", "description": "Number of results to return." }, { "name": "_skip", "value": "", "type": "query", "description": "Number of results to skip before returning, for pagination." } ] }, "docs": "List all the users who are members of the same organizations as you are." }, { "info": { "name": "List user availability statuses", "type": "http" }, "http": { "method": "GET", "url": "https://api.close.com/api/v1/user/availability/", "headers": [ { "name": "Authorization", "value": "" } ], "params": [ { "name": "organization_id", "value": "", "type": "query" } ] }, "docs": "List user availability statuses for all users in an organization.\n\nThe `active_calls` field is an array of call metadata for calls that the user is currently participating in." }, { "info": { "name": "Fetch a single user", "type": "http" }, "http": { "method": "GET", "url": "https://api.close.com/api/v1/user/:id/", "headers": [ { "name": "Authorization", "value": "" } ], "params": [ { "name": "id", "value": "", "type": "path" }, { "name": "_order_by", "value": "", "type": "query" }, { "name": "_limit", "value": "", "type": "query", "description": "Number of results to return." }, { "name": "_skip", "value": "", "type": "query", "description": "Number of results to skip before returning, for pagination." } ] }, "docs": "Fetch a single user" } ] } ], "bundled": true }