Version 4.0.23.12
Get Looker Settings
Available settings are:
- allow_user_timezones
- custom_welcome_email
- data_connector_default_enabled
- extension_framework_enabled
- extension_load_url_enabled
- marketplace_auto_install_enabled
- marketplace_terms_accepted
- marketplace_enabled
- onboarding_enabled
- privatelabel_configuration
- timezone
- host_url
- email_domain_allowlist
- embed_cookieless_v2
- embed_enabled
Request
GET
/setting
Datatype
Description
Request
query
Expand HTTP Query definition...
fields
Requested fields
Response
200: Looker Settings
Datatype
Description
(object)
extension_framework_enabled
Toggle extension framework on or off
extension_load_url_enabled
(DEPRECATED) Toggle extension extension load url on or off. Do not use. This is temporary setting that will eventually become a noop and subsequently deleted.
marketplace_auto_install_enabled
Toggle marketplace auto install on or off. Note that auto install only runs if marketplace is enabled.
marketplace_enabled
Toggle marketplace on or off
marketplace_terms_accepted
Accept marketplace terms by setting this value to true, or get the current status. Marketplace terms CANNOT be declined once accepted. Accepting marketplace terms automatically enables the marketplace. The marketplace can still be disabled after it has been enabled.
privatelabel_configuration
lock
Private label configuration
Expand PrivatelabelConfiguration definition...
logo_file
Customer logo image. Expected base64 encoded data (write-only)
logo_url
lock
Logo image url (read-only)
favicon_file
Custom favicon image. Expected base64 encoded data (write-only)
favicon_url
lock
Favicon image url (read-only)
default_title
Default page title
show_help_menu
Boolean to toggle showing help menus
show_docs
Boolean to toggle showing docs
show_email_sub_options
Boolean to toggle showing email subscription options.
allow_looker_mentions
Boolean to toggle mentions of Looker in emails
allow_looker_links
Boolean to toggle links to Looker in emails
custom_welcome_email_advanced
Allow subject line and email heading customization in customized emails”
setup_mentions
Remove the word Looker from appearing in the account setup page
alerts_logo
Remove Looker logo from Alerts
alerts_links
Remove Looker links from Alerts
folders_mentions
Remove Looker mentions in home folder page when you don’t have any items saved
custom_welcome_email
lock
Custom welcome email configuration
Expand CustomWelcomeEmail definition...
enabled
If true, custom email content will replace the default body of welcome emails
content
The HTML to use as custom content for welcome emails. Script elements and other potentially dangerous markup will be removed.
subject
The text to appear in the email subject line. Only available with a whitelabel license and whitelabel_configuration.advanced_custom_welcome_email enabled.
header
The text to appear in the header line of the email body. Only available with a whitelabel license and whitelabel_configuration.advanced_custom_welcome_email enabled.
onboarding_enabled
Toggle onboarding on or off
timezone
Change instance-wide default timezone
allow_user_timezones
Toggle user-specific timezones on or off
data_connector_default_enabled
Toggle default future connectors on or off
host_url
Change the base portion of your Looker instance URL setting
override_warnings
(Write-Only) If warnings are preventing a host URL change, this parameter allows for overriding warnings to force update the setting. Does not directly change any Looker settings.
email_domain_allowlist
embed_cookieless_v2
Toggle cookieless embed setting
embed_enabled
lock
True if embedding is enabled https://cloud.google.com/looker/docs/r/looker-core-feature-embed, false otherwise
400: Bad Request
Datatype
Description
(object)
message
lock
Error details
documentation_url
lock
Documentation link
404: Not Found
Datatype
Description
(object)
message
lock
Error details
documentation_url
lock
Documentation link
422: Validation Error
Datatype
Description
(object)
message
lock
Error details
errors
Expand ValidationErrorDetail definition...
field
lock
Field with error
code
lock
Error code
message
lock
Error info message
documentation_url
lock
Documentation link
documentation_url
lock
Documentation link