3.10.4.4.3.1 SetUserInfoRequestBody

    <xsd:complexType name="SetUserInfoRequestBody">
      <xsd:sequence>
        <xsd:element minOccurs="1" maxOccurs="1" name="peType" nillable="true" type="xsd:unsignedInt"/>
        <xsd:element minOccurs="1" maxOccurs="1" name="wsName" type="xsd:string"/>
        <xsd:element minOccurs="1" maxOccurs="1" name="wsFullName" 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="wsDescription" nillable="true" type="xsd:string"/>
      </xsd:sequence>
    </xsd:complexType>

peType: Contains the type of account 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

wsName: Contains the account name to be modified.

wsFullName: Contains the full name of the user.

wsPassword: Contains the password to be associated with the account.

wsDescription: Contains the description to be associated with the account.