User - View Preferences
Per-user view preferences for storing UI configuration as JSON. Each user can have one preference per view key (e.g. "dashboard" for dashboard layout). GET auto-creates an empty default; PUT creates or updates the configuration.
-
GET Get User View PreferenceGets the current user's view preference for a specific view key. Auto-creates an empty default if none exists./tenants/{tenant}/user-view-preferences/{viewKey}
-
PUT Upsert User View PreferenceCreates or updates the current user's view preference for a specific view key./tenants/{tenant}/user-view-preferences/{viewKey}