1. Docs
  2. API Reference
  3. UserPreferencesResponseDto

UserPreferencesResponseDto

Example

JSON
{
  "ui_hints_dismissed": {
    "applications_intro": true,
    "access_control_intro": true
  }
}

Properties

1 properties 1 required

ui_hints_dismissed object Required

Map of UI hint keys the user has dismissed. Keys are stable identifiers (e.g. 'applications_intro'); a hint is dismissed when its key maps to true.

Was this page helpful?

Tell us how we can improve this guide.