# Get User Details Gets detailed information about a specific user by UUID, including personal information, attached ID tags and assigned chargers. Requires a valid API key. Endpoint: GET /user/{uuid} Version: v1 Security: BearerAuth ## Path parameters: - `uuid` (string, required) UUID of the user ## Response 200 fields (application/json): - `uuid` (string) Unique identifier for the user - `email` (string, required) Email address - `first_name` (string) First name - `last_name` (string) Last name - `attached_id_tags` (array) RFID tags attached to this user - `attached_chargers` (array) Chargers accessible to this user