data_list_users
Retrieve user information from the cash register system in JSON, CSV, or HTML formats for user management and reporting purposes.
Instructions
Liste des Lister les utilisateurs
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| format | No | json |
Input Schema (JSON Schema)
{
"properties": {
"format": {
"default": "json",
"enum": [
"json",
"csv",
"html"
],
"type": "string"
}
},
"type": "object"
}