Update the bulk copy setting for an organization

View as Markdown
Set whether members of the organization can bulk copy data from tables. ### Usage notes - To perform this operation, you must use API credentials owned by a user assigned the Admin account type. - To read or update 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.
enabledbooleanRequired
Whether the setting is enabled for the organization.

Response

The response body.
enabledboolean
Whether the setting is enabled for the organization.