{ "opencollection": "1.0.0", "info": { "name": "Workday Person People API", "version": "v1" }, "request": { "auth": { "type": "oauth2", "flow": "authorization_code", "authorizationUrl": "https://wd2-impl-services1.workday.com/ccx/oauth2/{tenant}/authorize", "accessTokenUrl": "https://wd2-impl-services1.workday.com/ccx/oauth2/{tenant}/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "items": [ { "info": { "name": "People", "type": "folder" }, "items": [ { "info": { "name": "Get People", "type": "http" }, "http": { "method": "GET", "url": "https://wd2-impl-services1.workday.com/ccx/api/person/v1/{tenant}/people", "params": [ { "name": "limit", "value": "", "type": "query", "description": "The maximum number of objects in a single response." }, { "name": "offset", "value": "", "type": "query", "description": "The zero-based index of the first object in a response collection." }, { "name": "search", "value": "", "type": "query", "description": "Searches resources by name." } ] }, "docs": "Returns a collection of people." }, { "info": { "name": "Get Person by Id", "type": "http" }, "http": { "method": "GET", "url": "https://wd2-impl-services1.workday.com/ccx/api/person/v1/{tenant}/people/:ID", "params": [ { "name": "ID", "value": "", "type": "path", "description": "The Workday ID of the person." } ] }, "docs": "Returns detailed person data for a specific individual." }, { "info": { "name": "Get Personal Information", "type": "http" }, "http": { "method": "GET", "url": "https://wd2-impl-services1.workday.com/ccx/api/person/v1/{tenant}/people/:ID/personalInformation", "params": [ { "name": "ID", "value": "", "type": "path", "description": "The Workday ID of the person." } ] }, "docs": "Returns personal information for a person (name, date of birth, etc.)." } ] } ], "bundled": true }