Overview
/
Developer Tools
/
API Reference
/
Users
/
List user-visible feature flags enabled for the authenticated user.

List user-visible feature flags enabled for the authenticated user

No path, query string, header, or cookie parameters

Response

  • 200 OK
    • //
      {
      • :

        [[ ... ]
        //
        • //
          {
          • id:

            "auth_restricted_to_employees"+26
            • //When enabled, auth is restricted to only employees.
              "auth_restricted_to_employees"
            • //Enables emitting telemetry to BigQuery, otherwise received telemetry is just dropped.
              "big_query_telemetry"
            • //Stripe related features are enabled.
              "billing"
            • //Disable signup through email or OAuth.
              "disallow_self_signup"
            • //Email sending is handled by AWS SES.
              "email_with_s_e_s"
            • //Enables the Z0006 lint, for converting to new face api syntax in Zoo Design Studio.
              "enable_z0006_lint"
            • //Enables the Factory portal.
              "factory_portal"
            • //New KCL lexer and parser.
              "kcl_new_lexer_parser"
            • //Immediately redirect to our Govcloud environment (zoogov.dev).
              "redirect_to_govcloud"
            • //Requires SAML auth and orgs for all users.
              "require_saml_auth"
            • //Only to be used only for local development. Allows bypassing certain features or makes local dev easier.
              "local_dev"
            • //Enables customers to subscribe to our newsletter.
              "newsletter"
            • //Prefix email subjects with the environment so we can better identify the source.
              "prefix_email_subject"
            • //Enterprise-only CockroachDB features (like `REGIONAL BY ROW`) are enabled in this environment.
              "enterprise_cockroach"
            • //Always use cookies with same-site=none.
              "same_site_none_cookies"
            • //Notify us via slack if we're missing tax info for a customer.
              "validate_tax_info"
            • //Enables modeling dialogs in Zoo Design Studio.
              "modeling_dialogs"
            • //Enables plugins in Zoo Design Studio.
              "plugins"
            • //Grants access to the beta proprietary-to-KCL conversion endpoint.
              "proprietary_to_kcl_conversion_beta"
            • //Enables the topological segments-based region API for point-and-click in Zoo Design Studio.
              "segments_based_regions"
            • //Enables sketch solve experimental features in Zoo Design Studio.
              "sketch_experimental_features"
            • //Enables cloud storage for web and desktop. Yes desktop too, the name is old and will go away soon.
              "web_app_file_browser"
            • //Enables Zookeeper Pro mode access in ML Copilot.
              "zookeeper_pro_mode"
            • //Enables Zookeeper Ultra mode access in ML Copilot.
              "zookeeper_ultra_mode"
            • //Allow creating a session via an existing API key
              "unsafe_allow_api_key_auth"
            • //Allow shortlinks to have a domain of localhost.
              "unsafe_allow_localhost_shortlinks"
            • //Enable ZooCorp OAuth2. This adds https://auth.corp.zoo.dev as an OAuth2 provider.
              "zoo_corp_auth"
            //
          }
        ]
      }

Examples

get
/user/features
200 OK
Response