Get Org Settings
Get all organization settings accessible to the user.
Request
URI
GET
https://{api_host}/cloudapi/vcf/orgSettings
COPY
Responses
200
OK
Returns
OrganizationSettings
of type(s)
application/json;version=40.0
{
"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.
Vendor Extension
This operation contains the following vendor extensions defined in the spec:
[object Object],[object Object]
Code Samples
COPY
curl -H 'Authorization: <value>' https://{api_host}/cloudapi/vcf/orgSettings
Availability
Added in 40.0
Organization Settings Operations
GET
Get Org Settings
PUT
Update Org Settings