Navigating the vast landscape of e-commerce requires an intuitive platform for user management. Venddor IO simplifies this by offering tools to effortlessly handle user profiles, be they administrators or customers.
To efficiently manage users, Venddor IO provides the following access points:
GET /api/users/
This fetches an exhaustive list of users within the system.
GET /api/users/:id
By replacing :id with the respective user ID, you can access a specific user's details.
To optimize the display of users, Venddor IO supports pagination parameters:
For example, to retrieve information about 20 users from the fifth page:
GET /api/users?page=5&items_per_page=20
Each user in Venddor IO comes with a suite of attributes: