Get Org Settings
Get all the organization settings accessible to the user.
Get all organization settings accessible to the user.
Request
URI
GET
https://{api_host}/cloudapi/v1/orgSettings
COPY
Responses
200
OK
Returns
OrganizationSettings
of type(s)
application/json;version=9.1.0
{
"canCreateSubscribedLibraries": false,
"quarantineContentLibraryItems": false,
"canSubscribeToThirdPartyLibraries": false
}
Vendor Extension
This operation contains the following vendor extensions defined in the spec:
[{"type":"Classic"},{"type":"Modern"}]
Code Samples
COPY
curl -H 'Authorization: <value>' https://{api_host}/cloudapi/v1/orgSettings
Availability
Added in 9.0.0
Organization Settings Operations
GET
Get Org Settings
PUT
Update Org Settings