Update the CSV upload settings for an organization

View as Markdown
Update the organization's CSV upload configuration. ### Usage notes - To perform this operation, you must use API credentials owned by a user assigned the Admin account type. - To read or update these settings for a tenant organization, use [impersonation](/docs/impersonate-users) to obtain a token for that tenant, then call this endpoint with that token.

Authentication

AuthorizationBearer

OAuth authentication of the form <token>.

Request

The request body.
enabledbooleanOptional
Whether CSV file upload is enabled for the organization.
useInternalStagesbooleanOptional
Whether CSV uploads use Snowflake internal stages. Requires the organization to have an active Snowflake connection.
useStorageIntegrationbooleanOptional

Whether CSV uploads use the organization’s external storage integration instead of Sigma-managed storage.

increaseUploadLimitbooleanOptional
Whether the CSV upload size limit is increased for the organization.

Response

The response body.
enabledboolean
Whether CSV file upload is enabled for the organization.
useInternalStagesboolean
Whether CSV uploads use Snowflake internal stages. Requires the organization to have an active Snowflake connection.
useStorageIntegrationboolean

Whether CSV uploads use the organization’s external storage integration instead of Sigma-managed storage.

increaseUploadLimitboolean
Whether the CSV upload size limit is increased for the organization.