Get users
A subset of users can be returned that match a supported filter expression or search criteria.
The list id of the user to filter.
The role id of the user.
The code of the user.
The username of the user.
The type of the user.
Filter with is email address verified.
Filter with is user verified.
The email address of the user.
This enum is used to map the User Status from the database.
Filter with is system user.
Th first name of the user.
The last name of the user.
The nickname of the user.
The avatar of the user.
The email address of the user.
The phone number
The keywords to search.
The package id of the user.
Specifies the origin or method by which a user was created in the system.
The language code of the user.
The time zone id of the user.
The tracking level of the user.
The referral code of the user.
The sort data field to sort. By default, the value is ID.
Specifies the sorting order type for a collection.
The page number of the pagination. Default value is 0.
The page size of the pagination. Default value is 200.
The brand URL of the request. This is used to identify the brand.
YOUR_BRAND_URLAuth-Key is required to authenticate the request. If missing, the server will return 401 Unauthorized.
YOUR_AUTH_KEYThe request was successful.
The API result model with data.
This is the flag to indicate whether the API call is successful or not.
This is the HTTP status code. This is used to determine the status code to be returned to the client.
This is the message to be displayed to the user.
The user is not authorized to access the requested resource. The request is missing the required Auth-Key header.
API call exceeded rate limit due to too many requests.
The ids to get the users.The maximum number of ids is 100.
The brand URL of the request. This is used to identify the brand.
YOUR_BRAND_URLAuth-Key is required to authenticate the request. If missing, the server will return 401 Unauthorized.
YOUR_AUTH_KEYThe request was successful.
The API result model with data.
This is the flag to indicate whether the API call is successful or not.
This is the HTTP status code. This is used to determine the status code to be returned to the client.
This is the message to be displayed to the user.
The user is not authorized to access the requested resource. The request is missing the required Auth-Key header.
API call exceeded rate limit due to too many requests.
Last updated