{ "opencollection": "1.0.0", "info": { "name": "Workday Security Workday Audit and Compliance Account Signons Sessions API", "version": "v1" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Sessions", "type": "folder" }, "items": [ { "info": { "name": "Workday Security List active sessions", "type": "http" }, "http": { "method": "GET", "url": "https://{host}/ccx/api/v1/{tenant}/api/v1/:tenant/sessions", "params": [ { "name": "tenant", "value": "", "type": "path", "description": "Workday tenant identifier" }, { "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" } ] }, "docs": "Retrieve a collection of currently active authentication sessions for the tenant. Returns session metadata including signon timestamps, IP addresses, device information, and authentication methods used." } ] } ], "bundled": true }