Update the CSV upload settings for an organization
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.
enabled
Whether CSV file upload is enabled for the organization.
useInternalStages
Whether CSV uploads use Snowflake internal stages. Requires the organization to have an active Snowflake connection.
useStorageIntegration
Whether CSV uploads use the organization’s external storage integration instead of Sigma-managed storage.
increaseUploadLimit
Whether the CSV upload size limit is increased for the organization.
Response
The response body.
enabled
Whether CSV file upload is enabled for the organization.
useInternalStages
Whether CSV uploads use Snowflake internal stages. Requires the organization to have an active Snowflake connection.
useStorageIntegration
Whether CSV uploads use the organization’s external storage integration instead of Sigma-managed storage.
increaseUploadLimit
Whether the CSV upload size limit is increased for the organization.

