Homarr
Users

Change user home boards

PATCH/api/users/changeHome

Set or clear a user's desktop and mobile home boards. The caller must be able to view each selected board. Users can update themselves; updating another user requires admin permission.

ApiKey<token>

API key which can be obtained in the Homarr administration dashboard

In: header

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

application/json

application/json

application/json

application/json

application/json

application/json

curl -X PATCH "https://example.com/api/users/changeHome" \  -H "Content-Type: application/json" \  -d '{    "homeBoardId": "string",    "mobileHomeBoardId": "string",    "userId": "string"  }'
null