List users
Retrieve a list of users in Deel’s HRIS.
Token scopes: Users:read
Authentication
Query parameters
The 1-based index of the first result to return. Used for pagination. Minimum value is 1. Defaults to 1 if not provided.
Retrieve a list of users in Deel’s HRIS.
Token scopes: Users:read
The 1-based index of the first result to return. Used for pagination. Minimum value is 1. Defaults to 1 if not provided.
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'
Standard OAuth2 security scheme based on https://swagger.io/docs/specification/authentication/
Filter results using SCIM’s filtering syntax. Currently supports only eq operator and filtering by a user’s email. Expected format ‘email eq “email@domain.com”’.