User Management in Venddor IO

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.

Accessing User Profiles

To efficiently manage users, Venddor IO provides the following access points:

Complete User Directory

GET /api/users/

This fetches an exhaustive list of users within the system.

Individual User Profiles

GET /api/users/:id

By replacing :id with the respective user ID, you can access a specific user's details.

Customizing User Listings with Pagination

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

User Attributes Breakdown

Each user in Venddor IO comes with a suite of attributes: