Skip to main content
⚠️
Legacy DocumentationThis is legacy documentation for an older NetBox version that may no longer receive updates. For current documentation, visit the latest NetBox documentation.
Community

User Preferences

The users.UserConfig model holds individual preferences for each user in the form of JSON data. This page serves as a manifest of all recognized user preferences in NetBox.

Available Preferences

NameDescription
data_formatPreferred format when rendering raw data (JSON or YAML)
pagination.per_pageThe number of items to display per page of a paginated table
pagination.placementWhere to display the paginator controls relative to the table
tables.${table}.columnsThe ordered list of columns to display when viewing the table
tables.${table}.orderingA list of column names by which the table should be ordered
ui.colormodeLight or dark mode in the user interface
Related Topics