{ "opencollection": "1.0.0", "info": { "name": "Webex Admin Address Book Settings API", "version": "1.0.0" }, "items": [ { "info": { "name": "Settings", "type": "folder" }, "items": [ { "info": { "name": "Get an Organization Setting", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/settings/organizations/:orgId/settings/:settingKey", "params": [ { "name": "orgId", "value": "1eb65fdf-9643-417f-9974-ad72cae0e10f", "type": "path", "description": "The Webex organization id in Control Hub UUID or API orgId format." }, { "name": "settingKey", "value": "allow-admin-invite-emails", "type": "path", "description": "The key of the setting." } ] }, "docs": "This endpoint retrieves the specified setting for the given organization and is accessible with the scope 'identity:organizations_read'." }, { "info": { "name": "Create or Update an Organization Setting", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/settings/organizations/:orgId/settings", "params": [ { "name": "orgId", "value": "1eb65fdf-9643-417f-9974-ad72cae0e10f", "type": "path", "description": "The Webex organization id in Control Hub UUID or API orgId format." } ], "body": { "type": "json", "data": "{}" } }, "docs": "This endpoint creates or updates the specified setting for the given organization; however, the 'name' of the setting cannot be modified. It is accessible with the scope 'identity:organizations_rw'." } ] } ], "bundled": true }