fetch_users
Retrieves the full list of users from the inventory management system, including their roles (Admin, Stocker, Cashier), formatted as JSON.
Instructions
Gets the list of all users from the inventory management system server in json format.
There are three types of users: Admin, Stocker and Cashier.
Returns:
A list of users in json format, or an error message if the request fails.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||