# Get information about a user **GET /Api/Users/{id}** Requires verified email; Requires one of the following permissions: Users.ViewUser; Requires the following features to be enabled: Users ## Servers - https://app.lovassy.hu: https://app.lovassy.hu () - http://127.0.0.1:5279: http://127.0.0.1:5279 () ## Authentication methods - Token ## Parameters ### Path parameters - **id** (string(uuid)) ## Responses ### 200 Success #### Body: application/json (object) - **id** (string(uuid)) - **name** (string | null) - **email** (string | null) - **emailVerifiedAt** (string(date-time) | null) - **realName** (string | null) - **class** (string | null) - **lastOnlineAt** (string(date-time) | null) - **userGroups** (array[object] | null) - **createdAt** (string(date-time)) - **updatedAt** (string(date-time)) - **Additional properties are NOT allowed** () ### 404 Not Found #### Body: application/json (object) - **type** (string | null) - **title** (string | null) - **status** (integer(int32) | null) - **detail** (string | null) - **instance** (string | null) - **Additional properties:** () ### 401 Unauthorized ### 403 Forbidden [Powered by Bump.sh](https://bump.sh)