get_users
Retrieve a paginated list of users/customers from CS-Cart, filtered by status and user type (Admin, Vendor, or Customer). Manage data efficiently with page and item-per-page controls.
Instructions
Get list of users/customers
Input Schema
Name | Required | Description | Default |
---|---|---|---|
items_per_page | No | Number of items per page | |
page | No | Page number for pagination | |
status | No | User status filter (A=Active, D=Disabled) | |
user_type | No | User type filter (A=Admin, V=Vendor, C=Customer) |