A.70 Enabling the Vibe Access and Configuring the Vibe URL of a User

JSON Request:
PUT https://localhost:9710/gwadmin-service/domains/testDom1/postoffices/testPO1/users/testUser1/clientoptions
  vibeEnabled={value=true, restore=false}
  vibeUrl={value=https://vibe.novell.com, restore=false}

XML Request:
PUT https://localhost:9710/gwadmin-service/domains/testDom1/postoffices/testPO1/users/testUser1/clientoptions
<clientOptions>
  <forceNullOnAttrs/>
  <vibeEnabled>
    <value class="boolean">true</value>
    <restore>false</restore>
  </vibeEnabled>
  <vibeUrl>
    <value class="string">https://vibe.novell.com</value>
    <restore>false</restore>
  </vibeUrl>
</clientOptions>
    
Response Status: 
200 - OK