Update team settings
Bearer token authentication. Include the token in the Authorization header:
Authorization: Bearer <your-token>
Team settings configuration for API behavior and default values
{
"api_json_unescaped_slashes": true,
"api_json_unescaped_unicode": false,
"query_default_timezone": "America/New_York",
"tableau_default_no_headers": false
}Whether to unescape forward slashes for all authenticated JSON responses. Defaults to false. You might need to turn this when integrating into some systems, such as BigQuery.
Whether to unescape unicode characters for all authenticated JSON responses. Defaults to false. You might need to turn this on when integrating into some systems, such as BigQuery.
Default timezone to add to all queries that are missing one. Value is either a valid database timezone name or null for system timezone.
Whether Tableau output format should hide header row by default or not. Defaults to true for teams enrolled after June 2nd 2022.
Team settings updated successfully
API request ID
Whether to unescape forward slashes for all authenticated JSON responses. Defaults to false. You might need to turn this when integrating into some systems, such as BigQuery.
Whether to unescape unicode characters for all authenticated JSON responses. Defaults to false. You might need to turn this on when integrating into some systems, such as BigQuery.
Default timezone to add to all queries that are missing one. Value is either a valid database timezone name or null for system timezone.
Whether Tableau output format should hide header row by default or not. Defaults to true for teams enrolled after June 2nd 2022.
Unauthorized - invalid or missing authentication
API request ID
Error code
Error message
Error description
Unprocessable Entity - request validation failed
API request ID
Error code
Error message
Error description
Too Many Requests - rate limit exceeded
API request ID
Error code
Error message
Error description
Internal Server Error - unexpected server error
API request ID
Error code
Error message
Error description