A.65 Restoring the Compose Views of a User

JSON Request:
PUT https://localhost:9710/gwadmin-service/domains/testDom1/postoffices/testPO1/users/testUser1/clientoptions
  composeViews={restore=true}

XML Request:
PUT https://localhost:9710/gwadmin-service/domains/testDom1/postoffices/testPO1/users/testUser1/clientoptions
<clientOptions>
  <forceNullOnAttrs/>
  <composeViews>
    <restore>true</restore>
  </composeViews>
</clientOptions>
    
Response Status: 
200 - OK