{ "opencollection": "1.0.0", "info": { "name": "Workday Security Workday Audit and Compliance Account Signons Domain Security Policies API", "version": "v1" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Domain Security Policies", "type": "folder" }, "items": [ { "info": { "name": "Workday Security List domain security policies", "type": "http" }, "http": { "method": "GET", "url": "https://{host}/ccx/api/v1/{tenant}/domainSecurityPolicies", "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": "domain", "value": "", "type": "query", "description": "Filter by Workday domain name" }, { "name": "search", "value": "", "type": "query", "description": "Search term to filter policies by domain name or description" } ] }, "docs": "Retrieve a collection of domain security policies configured in the Workday tenant. Domain security policies define which security groups have access to specific Workday functional domains and what level of access is granted, such as View or Modify permissions." }, { "info": { "name": "Workday Security Get a specific domain security policy", "type": "http" }, "http": { "method": "GET", "url": "https://{host}/ccx/api/v1/{tenant}/domainSecurityPolicies/:policyId", "params": [ { "name": "policyId", "value": "", "type": "path", "description": "Unique identifier of the domain security policy" } ] }, "docs": "Retrieve detailed information about a specific domain security policy including the security groups with access and their permission levels." } ] } ], "bundled": true }