List users
Retrieve a list of users in Deel’s HRIS.
Token scopes: Users:read
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.
The Deel API uses bearer tokens to authenticate requests. All API calls must be made over HTTPS — calls over plain HTTP or without authentication will fail.
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”’.