{ "opencollection": "1.0.0", "info": { "name": "Cisco Directory Connector Management API (via Webex & ) Groups People API", "version": "1.0.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "People", "type": "folder" }, "items": [ { "info": { "name": "List synchronized people in the organization", "type": "http" }, "http": { "method": "GET", "url": "https://webexapis.com/v1/people", "params": [ { "name": "email", "value": "", "type": "query" }, { "name": "displayName", "value": "", "type": "query" }, { "name": "id", "value": "", "type": "query" }, { "name": "orgId", "value": "", "type": "query" }, { "name": "max", "value": "", "type": "query" } ] }, "docs": "List synchronized people in the organization" }, { "info": { "name": "Create a person", "type": "http" }, "http": { "method": "POST", "url": "https://webexapis.com/v1/people", "body": { "type": "json", "data": "{}" } }, "docs": "Create a person" }, { "info": { "name": "Get person details", "type": "http" }, "http": { "method": "GET", "url": "https://webexapis.com/v1/people/:personId", "params": [ { "name": "personId", "value": "", "type": "path" } ] }, "docs": "Get person details" }, { "info": { "name": "Update a person", "type": "http" }, "http": { "method": "PUT", "url": "https://webexapis.com/v1/people/:personId", "params": [ { "name": "personId", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update a person" }, { "info": { "name": "Delete a person", "type": "http" }, "http": { "method": "DELETE", "url": "https://webexapis.com/v1/people/:personId", "params": [ { "name": "personId", "value": "", "type": "path" } ] }, "docs": "Delete a person" } ] } ], "bundled": true }