get_users
Retrieve a filtered list of users or customers from a CS-Cart store. Use pagination, status, and user type filters to manage and organize user data efficiently.
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) |