Webservices API Manual
8
returns an
integer
ChangePassword
Allows a user
to change a
password and
returns an
integer
string OldPasswordstring
NewPassword
If the token of
request is a normal
user, this user can
change his/her own
password
CreateOwner
Creates a new
storage group
and returns an
integer
OwnerInfo NewInfobool
SetAsDefault
The function creates
a new storage group
Returns 1 if Ok, else
returns a negative
integer
ChangeOwner
Changes a
storage group
and returns an
integer
OwnerInfo NewInfo
The function
changes a storage
group based on an
existing OwnerID in
the OwnerInfo
object.
ChangeDefaultOwner
Sets a storage
group as
default group
string ResellerNamestring
Ownername
The function sets a
default group for an
administrator/reseller
CreateReseller
Creates a
group
UserInfo
newInfoResellerInfo
newInfostring
ResellerNamestring
Password
The function creates
a (whitelabel) group
in the BackupAgent
system
ChangeResellerInfo_Ex
Changes
settings of a
group
String
ResellerNameUserInfo
newInfoResellerInfo
newInfo
The function can
change certain
settings of
a(whitelabel) group
Note: The used credentials for authentication and access (see 3.1.) will also determine
ownership and hierarchy of a group or user. You can overrule this for CreateAccount by setting
the ParentUser property and for CreateReseller by setting the ParentReseller property of the
UserInfo object.
4. Supportive structures
Some functions require objects that are based on public structures (classes or enumerations)
which are part of the WebService public interface.