A.63 Setting the GroupWise Password of a User

JSON Request:
PUT https://localhost:9710/gwadmin-service/domains/testDom1/postoffices/testPO1/users/testUser1/clientoptions
  userPassword={value=novell2012, restore=false}

XML Request:
PUT https://localhost:9710/gwadmin-service/domains/testDom1/postoffices/testPO1/users/testUser1/clientoptions
<clientOptions>
  <forceNullOnAttrs/>
  <userPassword>
    <value class="string">novell2012</value>
    <restore>false</restore>
  </userPassword>
</clientOptions>
    
Response Status: 
200 - OK