Ensim Unify Integration Manual
11
Version as a setting with ‘3.10.1’ as a value
Diskspace as an element with Limit and Actual as a setting (set Actual
to 0)
PCBackupUsers as an element with Limit and Actual as a setting (set
Actual to 0)
ServerBackupUsers as an element with Limit and Actual as a setting (set
Actual to 0)
BackupAdministratorUPN as a setting
BackupAdministratorEmail as a setting
5.1.6 UpdateUserService
This function updates the BackupAgent settings for a user. For this function you need to add:
username:
The username as a setting with the username (e.g.user@yourcustomer.com) as
value
bauserconfig:
One bauserconfig element, including one myUserConfig element containing:
Version as a setting with ‘3.10.1’ as a value
Diskspace as an element with Limit and Actual as a setting (set Actual
to 0)
UserType as setting with either ‘typeHome’ or ‘typeProfessional’ as
value
Email as a setting
The bauserconfig element also offers BandwithLimitation as a setting, but
this cannot be set and should therefore not be included in the request.
Calling this function correctly will result in an empty SOAP response. In case an exception
occurred, the SOAP response will contain the exception information for handling.
5.2 Example SOAP request
Request:
<soapenv:Envelope xmlns:soapenv=http://schemas.xmlsoap.org/soap/envelope/
xmlns:tem="http://tempuri.org/" xmlns:com="http://ensim.com/unifyws/commontypes">
<soapenv:Header>
<tem:AuthInfo>
<com:Username>admin@domain.local</com:Username>
<com:Password>Password123#</com:Password>
</tem:AuthInfo>