{ "opencollection": "1.0.0", "info": { "name": "Webex Admin Address Book Security Audit Events API", "version": "1.0.0" }, "items": [ { "info": { "name": "Security Audit Events", "type": "folder" }, "items": [ { "info": { "name": "List Security Audit Events", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/admin/securityAudit/events", "params": [ { "name": "orgId", "value": "Y2lzY29zcGFyazovL3VzL09SR0FOSVpBVElPTi85NmFiYzJhYS0zZGNjLTExZTUtYTE1Mi1mZTM0ODE5Y2RjOWE", "type": "query", "description": "List events in this organization, by ID." }, { "name": "startTime", "value": "2018-01-01T13:12:11.789Z", "type": "query", "description": "List events which occurred after a specific date and time." }, { "name": "endTime", "value": "2018-01-01T14:12:11.789Z", "type": "query", "description": "List events which occurred before a specific date and time." }, { "name": "actorId", "value": "Y2lzY29zcGFyazovL3VzL1BFT1BMRS9iYzQ1YTdiMC00OTg1LTQzYzktYjI1OS00Y2MzOTgzYzY4NjQ", "type": "query", "description": "List events performed by this person, by ID." }, { "name": "max", "value": "100", "type": "query", "description": "Limit the maximum number of events in the response. The maximum value is `1000`." }, { "name": "eventCategories", "value": "LOGINS", "type": "query", "description": "List events, by event categories." } ] }, "docs": "List Security Audit Events. This API currently returns user sign-in and sign-out data.\nTo call this API the `audit:events_read` scope must be selected for the Integration or Service App and authorized by a Full Admin.\n\nSeveral query parameters are available to filter the response.\n\nLong result sets will be split into multiple [pages](/docs/basics#pagination)\n\n**NOTE**: A maximum of one year of audit events can be returned per request." } ] } ], "bundled": true }