Users
Get All Users
This endpoints allow to get all users
This API provides a comprehensive list of all registered businesses and individuals, including essential details. Pagination options are available to efficiently manage large datasets.
This route is secured with processor and vendor token authentication.
Endpoint
GET /3p/api/v2/users
Query Parameters
Fields | Type | Is Required | Description |
---|---|---|---|
per_page | integer | No | By default: 10 Min: 1 Max: 100 |
role | string | No | Possible Value: business person |
start_date | string | No | This parameter will filter the user’s records based on the creation date of the user. Date format: Y-m-d |
end_date | string | No | This parameter will filter the user’s records based on the creation date of the user. Date format: Y-m-d |
sort_order | string | No | By default: newest Possible Value: newest oldest |
page | integer | No | By default: 1 Min: 1 |