Account User Preference Metadata
SettingsMetadata object
- namestringPublic Preview
Name of the setting.
- descriptionstringPublic Preview
Setting description for what this setting controls
- typestringPublic Preview
Sample message depicting the type of the setting. To set this setting, the value sent must match this type.
- docs_linkstringPublic Preview
Link to databricks documentation for the setting
- preview_phasestringBeta
Preview phase for feature preview settings. This field is not set for non-preview settings.
- display_namestringBeta
Human-readable display name for the setting or feature preview. This field may be unset if no display name is available.
List Beta
GET
List valid user preferences and their metadata for a specific user.
User preferences are personal settings that allow individual customization without affecting other users.
These settings are available to be referenced via
GET settingsv2/getpublicaccountuserpreference and
PATCH settingsv2/patchpublicaccountuserpreference APIs
API scopes: settings
Parameters
- account_idstringpath
<Databricks> account ID of the account being managed.
- user_idstringpath
User ID of the user whose settings metadata is being retrieved.
- page_sizeint32query
The maximum number of settings to return. The service may return fewer than this value. If unspecified, at most 200 settings will be returned. The maximum value is 1000; values above 1000 will be coerced to 1000.
- page_tokenstringquery
A page token, received from a previous
ListAccountUserPreferencesMetadataRequestcall. Provide this to retrieve the subsequent page.When paginating, all other parameters provided to
ListAccountUserPreferencesMetadataRequestmust match the call that provided the page token.
Response
Returns a list of SettingsMetadata objects.