Update Org Settings

Update Org Settings

Updates the organization settings accessible to the user.

Request
URI
PUT
https://{api_host}/cloudapi/vcf/orgSettings
COPY
Request Body

The updated organization settings.

OrganizationSettings of type(s) application/json
Required
{
    "canCreateSubscribedLibraries": false,
    "quarantineContentLibraryItems": false
}
boolean
canCreateSubscribedLibraries
Optional

Whether the organization can create content libraries that are subscribed to external sources.

boolean
quarantineContentLibraryItems
Optional

Whether to quarantine new content library items for file inspection.

Authentication
This operation uses the following authentication methods.
Responses
200

OK

Returns OrganizationSettings of type(s) application/json;version=40.0
"OrganizationSettings Object"
boolean
canCreateSubscribedLibraries
Optional

Whether the organization can create content libraries that are subscribed to external sources.

boolean
quarantineContentLibraryItems
Optional

Whether to quarantine new content library items for file inspection.


Vendor Extension

This operation contains the following vendor extensions defined in the spec:

                    [object Object],[object Object]
                
Code Samples
COPY
                    curl -X PUT -H 'Authorization: <value>' -H 'Content-Type: application/json' -d '{}' https://{api_host}/cloudapi/vcf/orgSettings