3.10.4.1.3.1 AddUserRequestBody
-
<xsd:complexType name="AddUserRequestBody"> <xsd:sequence> <xsd:element minOccurs="1" maxOccurs="1" name="wsName" nillable="true" type="xsd:string"/> <xsd:element minOccurs="1" maxOccurs="1" name="wsPassword" nillable="true" type="xsd:string"/> <xsd:element minOccurs="1" maxOccurs="1" name="eType" type="xsd:unsignedInt"/> <xsd:element minOccurs="1" maxOccurs="1" name="wsFullName" nillable="true" type="xsd:string"/> <xsd:element minOccurs="1" maxOccurs="1" name="wsDescription" nillable="true" type="xsd:string"/> </xsd:sequence> </xsd:complexType>
wsName: Contains the user name of the account to be created.
wsPassword: Contains the password to be associated with the account.
eType: Contains the type of account to create with the following possible values, as specified in section 3.10.4.2:
-
Value
Meaning
0
Administrator user
1
Standard user
2
MultiPoint Operators Group user
wsFullName: Contains the full name of the user.
wsDescription: Contains the account description.