1. Docs
  2. API Reference
  3. UserPreferencesResponseDto

The UserPreferencesResponseDto object

Example

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

Properties

  • ui_hints_dismissedany object*

    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.