List of people

Retrieve a list of People in your organization. Token scopes: people:read

Authentication

AuthorizationBearer
## Authentication Deel API uses API tokens to authenticate requests. A bearer token is required to authenticate all API requests. All API requests must be made over HTTPS. Calls made over plain HTTP will fail. API requests without authentication will also fail. ``` curl -X GET 'api.letsdeel.com/rest/v2/contracts' \ -H 'Authorization: Bearer YOUR-TOKEN-HERE' ``` ### Generating Access Tokens 1. Navigate to **Apps & Perks > Developer Center**. 2. Click on the “Generate New Token” button. 3. In the popup, click “Generate Token” button to generate a new token. Your newly generated token is visible on the screen. 4. Make sure to copy and save your token once is generated. You won't be able to see it again!
OR
AuthorizationBearer
Standard OAuth2 security scheme based on https://swagger.io/docs/specification/authentication/

Query parameters

offsetintegerOptional0-999999999Defaults to 0
Return a page of results with given number of records.
limitintegerOptional1-200
Return a page of results with given number of records.
searchstringOptional
Include a contract if by name or contractor name contains given search term.
teamslist of stringsOptional

Filter the results based on the team(group) the users contract is associated with

fieldslist of enumsOptional

Pick the fields you want to see in the response in order to avoid a bloated people list output. Supports dot notation (e.g., ‘employments[0].contract_status’) to access nested fields.

sort_byenumOptional
Sort people by given field name.
sort_orderenumOptional

Order direction of results; ascending or descending.

Allowed values:
hiring_statuseslist of enumsOptional
Employee's current hiring status.
band_placementslist of enumsOptional
Employee's current band placement.
Allowed values:
comparative_ratios_fromdoubleOptional
Employee's minimum band placement
comparative_ratios_todoubleOptional
Employee's maximum band placement
hiring_typeslist of enumsOptional
Filter people by hiring types

Response

Successful response
datalist of objects
pageobject or null

Errors