Homarr
Users

User Router get By Id

GET
/api/users/{userId}
ApiKey<token>

API key which can be obtained in the Homarr administration dashboard

In: header

Path Parameters

userId*string

Response Body

application/json

application/json

application/json

application/json

application/json

application/json

curl -X GET "https://example.com/api/users/string"
{  "id": "string",  "name": "string",  "email": "string",  "emailVerified": "string",  "image": "string",  "provider": "string",  "homeBoardId": "string",  "mobileHomeBoardId": "string",  "byteUnitSystem": "binary",  "firstDayOfWeek": -9007199254740991,  "pingIconsEnabled": true,  "enableRightClickOnWidgets": true,  "headerPreferences": "string",  "defaultSearchEngineId": "string",  "openSearchInNewTab": true,  "ddgBangs": true,  "completedManageTour": true,  "completedBoardTour": true}