Users
Update User Preferences
updates preferences for the currently authenticated user.
put/api/user/v1/preferences
Request body
Example request
{
"mainMenuOpened": true,
"activeUid": "CHE123456789",
"dismissedMigratedIds": [
"a5b1d2e3-4f6a-2b7c-6d0e-9f1a3b5c7d9e"
],
"hasSeenConsentRequestTourIntro": true
}Response
No Content