People represent the individual resources available for assignment to projects. People are assigned roles, billable capacity, and utilization targets, and can be categorized by worker type, billing type, and department. A Persons record is central to capacity planning, resource allocation, forecasting, and reporting across the platform.
Returns a paginated list of individuals in the system.
Security
ApiKey
- Mock serverhttps://developer.getparallax.com/_mock/api-documentation/swagger/v1/people
- Production Serverhttps://api.getparallax.com/v1/people
curl -i -X GET \
'https://developer.getparallax.com/_mock/api-documentation/swagger/v1/people?external_id=string&page=0&page_size=0&archived=true' \
-H 'X-API-KEY: YOUR_API_KEY_HERE'OK
The array of result objects for the current page.
Response
{ "count": 0, "total": 0, "page": 0, "total_pages": 0, "page_size": 0, "results": [ { … } ] }