FLEXNET OPERATIONS SOAP WEB SERVICES GUIDE

FlexNet Operations Web Services Guide

Element: updateUserRequest

Description

An updateUserRequest message contains an element of updateUserRequestType.

Derived By

Type updateUserRequestType

Content Model

Contains elements as defined in the following table.

Component  Type  Occurs  Description 
    1..1   
userData  updateUserDataType  1..*  User to be updated. See updateUserDataType.
Referenced By
Name  Type 
updateUser  Method 
XML Example

The following XML fragment illustrates an updateUserRequest message:

<updateUserRequest>
     <userData>
          <user>
               <userName>jsmith@example.com</userName>
          </user>
          <firstName>Jack</firstName>
          <lastName>Smith</lastName>
          <displayName>Jack Smith</displayName>
          <emailAddress>jsmith@example.com</emailAddress>
          <optIn>false</optIn>
          <phoneNumber>408-123-5678</phoneNumber>
          <faxNumber>408-123-8765</faxNumber>
          <street>4321 Main Street</street>
          <city>San Jose</city>
          <state>CA</state>
          <zipcode>95025</zipcode>
          <country>US</country>
          <status>Active</status>
          <locale>en_US</locale>
          <timezone>-08:00</timezone>
          <shared>false</shared>
          <acctRolesList>
               <acctRoles>
                    <account>
                         <primaryKeys>
                              <id>WILY</id>
                         </primaryKeys>
                    </account>
                  <expiryDate>2020-09-25</expiryDate>
                  <roles>
                       <role>
                            <primaryKeys>
                                 <name>Portal User Role</name>
                            </primaryKeys>
                       </role>
                  </roles>
               </acctRoles>
               <opType>ADD</opType>
          </acctRolesList>
          <customAttributes>
               <attribute>
                     <attributeName>NO_OF_OTHER_PRODUCTS<attributeName>
                     <integerValue>2</integerValue>
               </attribute>
          </customAttributes>
     </userData>
 </updateUserRequest>