v50

latestOpenAPI 3.1.0raw.githubusercontent.com2026-07-306170167.5 KB
Users

Update User Preferences

updates preferences for the currently authenticated user.

put/api/user/v1/preferences

Request body

mainMenuOpenedboolean

If the main menu is opened or closed.

activeUidstring

the active uid of the producer

dismissedMigratedIdsstring[]

consent request ids for which we dont want to show migration notices anymore

hasSeenConsentRequestTourIntroboolean

Indicates whether the user has already seen the consent request feature tour introduction.

Example request

{
  "mainMenuOpened": true,
  "activeUid": "CHE123456789",
  "dismissedMigratedIds": [
    "a5b1d2e3-4f6a-2b7c-6d0e-9f1a3b5c7d9e"
  ],
  "hasSeenConsentRequestTourIntro": true
}

Response

No Content