# User The User API allows you to manage and retrieve information about system users. These endpoints enable you to: - List all users with access to your charging network - View user details including attached ID tags and accessible chargers - See authorization levels and access rights User management is essential for controlling access to chargers and tracking usage patterns across your charging infrastructure. ## List Users - [GET /user](https://docs.epiccharging.com/apis/user/user_list.md): Retrieves a list of users with their attached ID tags and chargers. Only accessible with a valid API key. ## Get User Details - [GET /user/{uuid}](https://docs.epiccharging.com/apis/user/user_read.md): Gets detailed information about a specific user by UUID, including personal information, attached ID tags and assigned chargers. Requires a valid API key.