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
Key | Datatype | Required | Description |
---|---|---|---|
X-Cisco-Meraki-API-Key | null | ||
Content-Type | string |
RESPONSES
status: OK
{"id":"TEdJIEN1c3RvbWVy","role":"myrole","orgAccess":"none","networks":[{"id":"N_1234","access":"full"}],"tags":[{"tag":"west","access":"read-only"}]}