Skip to main content
ℹ️
Previous VersionThis is documentation for the previous NetBox version. For the latest features and updates, 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
Related Topics