{ "opencollection": "1.0.0", "info": { "name": "Workday Security Workday Audit and Compliance Account Signons Security Audit API", "version": "v1" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Security Audit", "type": "folder" }, "items": [ { "info": { "name": "Workday Security List security permission changes", "type": "http" }, "http": { "method": "GET", "url": "https://{host}/ccx/api/v1/{tenant}/securityAudit/permissionChanges", "params": [ { "name": "limit", "value": "", "type": "query", "description": "Maximum number of results to return per page" }, { "name": "offset", "value": "", "type": "query", "description": "Number of results to skip for pagination" }, { "name": "fromDateTime", "value": "", "type": "query", "description": "Start of the date range for filtering permission changes" }, { "name": "toDateTime", "value": "", "type": "query", "description": "End of the date range for filtering permission changes" }, { "name": "changeType", "value": "", "type": "query", "description": "Filter by the type of permission change" } ] }, "docs": "Retrieve a collection of security permission change records, including modifications to security group memberships, domain security policy changes, and access level modifications. Used for monitoring and auditing changes to the security posture of the tenant." } ] } ], "bundled": true }