Updates The SAML SSO Enabled Settings For An Organization
PUT {{baseUrl}}/organizations/:organizationId/saml
Updates the SAML SSO enabled settings for an organization. #### Body Parameters Parameter|Type|Description :-------------: |:-------------: |:-------------: enabled| boolean| Boolean for updating SAML SSO enabled settings.
Request Body
{"enabled"=>"<boolean>"}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
X-Cisco-Meraki-API-Key | null | ||
Content-Type | string |
RESPONSES
status: OK
{"enabled":true}