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