# List Users Retrieves a list of users with their attached ID tags and chargers. Only accessible with a valid API key. Endpoint: GET /user Version: v1 Security: BearerAuth ## Query parameters: - `limit` (integer) Number of results to return per page - `offset` (integer) The initial index from which to return the results ## Response 200 fields (application/json): - `count` (integer, required) - `next` (string,null) - `previous` (string,null) - `results` (array, required) - `results.uuid` (string) Unique identifier for the user - `results.email` (string, required) Email address - `results.first_name` (string) First name - `results.last_name` (string) Last name - `results.attached_id_tags` (array) RFID tags attached to this user - `results.attached_chargers` (array) Chargers accessible to this user