{ "opencollection": "1.0.0", "info": { "name": "Workday Security Workday Audit and Compliance Account Signons Security Group Members API", "version": "v1" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Security Group Members", "type": "folder" }, "items": [ { "info": { "name": "Workday Security List members of a security group", "type": "http" }, "http": { "method": "GET", "url": "https://{host}/ccx/api/v1/{tenant}/securityGroups/:securityGroupId/members", "params": [ { "name": "securityGroupId", "value": "", "type": "path", "description": "Unique identifier of the security group" }, { "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 the collection of users and integration system users that are members of the specified security group. Returns member details including account information and assignment metadata." } ] } ], "bundled": true }