{ "operationId": "Create or Update an Organization Setting", "method": "POST", "path": "/settings/organizations/{orgId}/settings", "summary": "Create or Update an Organization Setting", "requestExamples": [ { "contentType": "application/json", "example": { "key": "allow-admin-invite-emails", "value": false } } ], "responseExamples": [ { "status": "200", "contentType": "application/json", "example": { "key": "allow-admin-invite-emails", "value": false, "name": "Automatic Activation Emails" } } ] }