Atlassian uses cookies to improve your browsing experience, perform analytics and research, and conduct advertising. Accept all cookies to indicate that you agree to our use of cookies on your device.
Atlassian uses cookies to improve your browsing experience, perform analytics and research, and conduct advertising. Accept all cookies to indicate that you agree to our use of cookies on your device. Atlassian cookies and tracking notice, (opens new window)
Request:
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:v3="http://v3.provisioning.ws.web.verba.com/">
<soapenv:Header/>
<soapenv:Body>
<v3:updateExtension>
<token>FipASZ3Y336Kvmv7W1BV7aXY7hDFeMxq</token>
<extension>
<eid>0000</eid>
<!-- Needed if eid is not present
<environmentShortName></environmentShortName>
-->
<!-- The ID of the existing Extension can be queried with the GetExtension call -->
<id>20100</id>
<extensionId>verbatestuser2@verbalabs.com</extensionId>
<recordingModeType>CONTROLLED</recordingModeType>
<modalities>
<modalitiesForWS>
<directionsForWS>
<id>-1</id>
</directionsForWS>
<id>voice</id>
</modalitiesForWS>
<modalitiesForWS>
<directionsForWS>
<id>-1</id>
</directionsForWS>
<id>im</id>
</modalitiesForWS>
<modalitiesForWS>
<directionsForWS>
<id>-1</id>
</directionsForWS>
<id>video</id>
</modalitiesForWS>
</modalities>
<screenCaptureEnabled>1</screenCaptureEnabled>
<!--
If the user tag is not present then the extension-user association will be deleted (if) any.
You should always be sure that you have a user tag with a valid ID in it!!
-->
<user>
<id>25</id>
</user>
</extension>
</v3:updateExtension>
</soapenv:Body>
</soapenv:Envelope>
Response:
<S:Envelope xmlns:S="http://schemas.xmlsoap.org/soap/envelope/">
<S:Body>
<ns2:updateExtensionResponse xmlns:ns2="http://v3.provisioning.ws.web.verba.com/">
<return>
<statusCode>OK</statusCode>
</return>
</ns2:updateExtensionResponse>
</S:Body>
</S:Envelope>