Update A SAML Role

PUT {{baseUrl}}/organizations/:organizationId/samlRoles/:samlRoleId

Update a SAML role #### Body Parameters Parameter|Type|Description :-------------: |:-------------: |:-------------: role| string| The role of the SAML administrator orgAccess| string| The privilege of the SAML administrator on the organization. Can be one of 'none', 'read-only' or 'full' tags| array| The list of tags that the SAML administrator has privleges on networks| array| The list of networks that the SAML administrator has privileges on

Request Body

{"role"=>"<string>", "orgAccess"=>"<string>", "tags"=>[{"tag"=>"<string>", "access"=>"<string>"}, {"tag"=>"<string>", "access"=>"<string>"}], "networks"=>[{"id"=>"<string>", "access"=>"<string>"}, {"id"=>"<string>", "access"=>"<string>"}]}

HEADERS

KeyDatatypeRequiredDescription
X-Cisco-Meraki-API-Keynull
Content-Typestring

RESPONSES

status: OK

{&quot;id&quot;:&quot;TEdJIEN1c3RvbWVy&quot;,&quot;role&quot;:&quot;myrole&quot;,&quot;orgAccess&quot;:&quot;none&quot;,&quot;networks&quot;:[{&quot;id&quot;:&quot;N_1234&quot;,&quot;access&quot;:&quot;full&quot;}],&quot;tags&quot;:[{&quot;tag&quot;:&quot;west&quot;,&quot;access&quot;:&quot;read-only&quot;}]}