{ "opencollection": "1.0.0", "info": { "name": "Workday Security Workday Audit and Compliance Account Signons Unidentified Signons API", "version": "v1" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Unidentified Signons", "type": "folder" }, "items": [ { "info": { "name": "Workday Security List unidentified signon attempts", "type": "http" }, "http": { "method": "GET", "url": "https://{host}/ccx/api/v1/{tenant}/unidentifiedSignons", "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 time range for retrieving unidentified signons. The range between fromDateTime and toDateTime must be less than 24 hours." }, { "name": "toDateTime", "value": "", "type": "query", "description": "End of the time range for retrieving unidentified signons. The range between fromDateTime and toDateTime must be less than 24 hours." } ] }, "docs": "Retrieve a collection of unidentified signon attempts where the provided username does not correspond to a valid Workday account. Used for detecting potential unauthorized access attempts and monitoring security threats. The time range specified in the request criteria must be less than 24 hours." } ] } ], "bundled": true }