complexType UpdateUserReq
diagram AXLAPI_p13701.png
namespace http://www.cisco.com/AXL/API/9.0
type extension of axlapi:APIRequest
properties
base axlapi:APIRequest
children uuid userid firstName middleName lastName newUserid password pin telephoneNumber mailid department manager userLocale associatedDevices primaryExtension associatedPc associatedGroups enableCti digestCredentials phoneProfiles defaultProfile presenceGroupName subscribeCallingSearchSpaceName enableMobility enableMobileVoiceAccess maxDeskPickupWaitTime remoteDestinationLimit passwordCredentials pinCredentials primaryDevice enableEmcc ctiControlledDeviceProfiles patternPrecedence numericUserId mlppPassword customUserFields homeCluster imAndPresenceEnable serviceProfile lineAppearanceAssociationForPresences directoryUri
used by
element updateUser
attributes
Name  Type  Use  Default  Fixed  Annotation
sequence  xsd:unsignedLong  optional      
source <xsd:complexType name="UpdateUserReq">
 
<xsd:complexContent>
   
<xsd:extension base="axlapi:APIRequest">
     
<xsd:sequence>
       
<xsd:choice>
         
<xsd:element name="uuid" type="axlapi:XUUID"/>
         
<xsd:element name="userid" type="xsd:string" nillable="false" minOccurs="1" maxOccurs="1"/>
       
</xsd:choice>
       
<xsd:element name="firstName" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
       
<xsd:element name="middleName" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
       
<xsd:element name="lastName" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
       
<xsd:element name="newUserid" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
       
<xsd:element name="password" type="xsd:string" minOccurs="0" maxOccurs="1"/>
       
<xsd:element name="pin" type="xsd:string" minOccurs="0" maxOccurs="1"/>
       
<xsd:element name="telephoneNumber" type="axlapi:String255" nillable="false" minOccurs="0" maxOccurs="1"/>
       
<xsd:element name="mailid" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
       
<xsd:element name="department" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
       
<xsd:element name="manager" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
       
<xsd:element name="userLocale" type="axlapi:XUserLocale" nillable="true" minOccurs="0" maxOccurs="1"/>
       
<xsd:element name="associatedDevices" minOccurs="0" maxOccurs="1">
         
<xsd:annotation>
           
<xsd:documentation>Also known as controlled devices.</xsd:documentation>
         
</xsd:annotation>
         
<xsd:complexType>
           
<xsd:sequence minOccurs="0">
             
<xsd:element name="device" type="axlapi:String50" minOccurs="0" maxOccurs="unbounded">
               
<xsd:annotation>
                 
<xsd:documentation>Name of device.</xsd:documentation>
               
</xsd:annotation>
             
</xsd:element>
           
</xsd:sequence>
         
</xsd:complexType>
       
</xsd:element>
       
<xsd:element name="primaryExtension" minOccurs="0" maxOccurs="1">
         
<xsd:annotation>
           
<xsd:documentation>Only DNs associated with the associatedDevices of the  User can be used as primary extension.</xsd:documentation>
         
</xsd:annotation>
         
<xsd:complexType>
           
<xsd:sequence minOccurs="0">
             
<xsd:element name="pattern" type="axlapi:String255" minOccurs="1" maxOccurs="1">
               
<xsd:annotation>
                 
<xsd:documentation>DN or Pattern</xsd:documentation>
               
</xsd:annotation>
             
</xsd:element>
             
<xsd:element name="routePartitionName" type="axlapi:String50" minOccurs="0" maxOccurs="1">
               
<xsd:annotation>
                 
<xsd:documentation>Route Partition to which the DN is associated.</xsd:documentation>
               
</xsd:annotation>
             
</xsd:element>
           
</xsd:sequence>
         
</xsd:complexType>
       
</xsd:element>
       
<xsd:element name="associatedPc" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
       
<xsd:element name="associatedGroups" minOccurs="0" maxOccurs="1">
         
<xsd:complexType>
           
<xsd:sequence minOccurs="0">
             
<xsd:element name="userGroup" minOccurs="0" maxOccurs="unbounded">
               
<xsd:complexType>
                 
<xsd:sequence minOccurs="0">
                   
<xsd:element name="name" type="axlapi:String100" minOccurs="1" maxOccurs="1">
                     
<xsd:annotation>
                       
<xsd:documentation>Name of User Group</xsd:documentation>
                     
</xsd:annotation>
                   
</xsd:element>
                   
<xsd:element name="userRoles" minOccurs="0" maxOccurs="1">
                     
<xsd:complexType>
                       
<xsd:sequence minOccurs="0">
                         
<xsd:element name="userRole" type="axlapi:String100" minOccurs="0" maxOccurs="unbounded">
                           
<xsd:annotation>
                             
<xsd:documentation>READ ONLY: Name of the User Role associated with the user group will be taken.</xsd:documentation>
                           
</xsd:annotation>
                         
</xsd:element>
                       
</xsd:sequence>
                     
</xsd:complexType>
                   
</xsd:element>
                 
</xsd:sequence>
               
</xsd:complexType>
             
</xsd:element>
           
</xsd:sequence>
         
</xsd:complexType>
       
</xsd:element>
       
<xsd:element name="enableCti" type="axlapi:boolean" default="true" nillable="false" minOccurs="0" maxOccurs="1"/>
       
<xsd:element name="digestCredentials" type="xsd:string" nillable="true" minOccurs="0" maxOccurs="1"/>
       
<xsd:element name="phoneProfiles" minOccurs="0" maxOccurs="1">
         
<xsd:complexType>
           
<xsd:sequence minOccurs="0">
             
<xsd:element name="profileName" type="axlapi:XFkType" minOccurs="1" maxOccurs="unbounded"/>
           
</xsd:sequence>
         
</xsd:complexType>
       
</xsd:element>
       
<xsd:element name="defaultProfile" type="axlapi:XFkType" minOccurs="0" maxOccurs="1"/>
       
<xsd:element name="presenceGroupName" type="axlapi:XFkType" nillable="false" minOccurs="0" maxOccurs="1"/>
       
<xsd:element name="subscribeCallingSearchSpaceName" type="axlapi:XFkType" nillable="true" minOccurs="0" maxOccurs="1"/>
       
<xsd:element name="enableMobility" type="axlapi:boolean" default="false" nillable="false" minOccurs="0" maxOccurs="1"/>
       
<xsd:element name="enableMobileVoiceAccess" type="axlapi:boolean" default="false" nillable="false" minOccurs="0" maxOccurs="1"/>
       
<xsd:element name="maxDeskPickupWaitTime" type="axlapi:XInteger" default="10000" nillable="false" minOccurs="0" maxOccurs="1">
         
<xsd:annotation>
           
<xsd:documentation>Maximum wait time for Desk Pickup must be a number in the range 0 to 30000.Not Nullable.</xsd:documentation>
         
</xsd:annotation>
       
</xsd:element>
       
<xsd:element name="remoteDestinationLimit" type="axlapi:XInteger" default="4" nillable="false" minOccurs="0" maxOccurs="1">
         
<xsd:annotation>
           
<xsd:documentation>Remote Destination Limit must be a number in the range 1 to 10. Not Nullable.</xsd:documentation>
         
</xsd:annotation>
       
</xsd:element>
       
<xsd:element name="passwordCredentials" minOccurs="0" maxOccurs="1">
         
<xsd:annotation>
           
<xsd:documentation>Not Applicable for Add. Credential configuration for password.</xsd:documentation>
         
</xsd:annotation>
         
<xsd:complexType>
           
<xsd:sequence minOccurs="0">
             
<xsd:element name="pwdCredPolicyName" type="axlapi:XFkType" nillable="false" minOccurs="0" maxOccurs="1"/>
             
<xsd:element name="pwdCredUserCantChange" type="axlapi:boolean" nillable="false" minOccurs="0" maxOccurs="1"/>
             
<xsd:element name="pwdCredUserMustChange" type="axlapi:boolean" nillable="false" minOccurs="0" maxOccurs="1"/>
             
<xsd:element name="pwdCredDoesNotExpire" type="axlapi:boolean" nillable="false" minOccurs="0" maxOccurs="1"/>
             
<xsd:element name="pwdCredTimeChanged" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
             
<xsd:element name="pwdCredTimeAdminLockout" type="xsd:string" nillable="true" minOccurs="0" maxOccurs="1"/>
             
<xsd:element name="pwdCredLockedByAdministrator" type="axlapi:boolean" minOccurs="0" maxOccurs="1"/>
           
</xsd:sequence>
         
</xsd:complexType>
       
</xsd:element>
       
<xsd:element name="pinCredentials" minOccurs="0" maxOccurs="1">
         
<xsd:annotation>
           
<xsd:documentation>Not Applicable for add. These groups get automatically added once an user is added. </xsd:documentation>
         
</xsd:annotation>
         
<xsd:complexType>
           
<xsd:sequence minOccurs="0">
             
<xsd:element name="pinCredPolicyName" type="axlapi:XFkType" nillable="false" minOccurs="0" maxOccurs="1"/>
             
<xsd:element name="pinCredUserCantChange" type="axlapi:boolean" nillable="false" minOccurs="0" maxOccurs="1"/>
             
<xsd:element name="pinCredUserMustChange" type="axlapi:boolean" nillable="false" minOccurs="0" maxOccurs="1"/>
             
<xsd:element name="pinCredDoesNotExpire" type="axlapi:boolean" nillable="false" minOccurs="0" maxOccurs="1"/>
             
<xsd:element name="pinCredTimeChanged" type="axlapi:boolean" nillable="false" minOccurs="0" maxOccurs="1"/>
             
<xsd:element name="pinCredTimeAdminLockout" type="xsd:string" nillable="true" minOccurs="0" maxOccurs="1"/>
             
<xsd:element name="pinCredLockedByAdministrator" type="axlapi:boolean" minOccurs="0" maxOccurs="1"/>
           
</xsd:sequence>
         
</xsd:complexType>
       
</xsd:element>
       
<xsd:element name="primaryDevice" type="axlapi:XFkType" minOccurs="0" maxOccurs="1">
         
<xsd:annotation>
           
<xsd:documentation>Primary Device for mobility users</xsd:documentation>
         
</xsd:annotation>
       
</xsd:element>
       
<xsd:element name="enableEmcc" type="axlapi:boolean" nillable="false" minOccurs="0" maxOccurs="1"/>
       
<xsd:element name="ctiControlledDeviceProfiles" minOccurs="0" maxOccurs="1">
         
<xsd:complexType>
           
<xsd:sequence minOccurs="0">
             
<xsd:element name="profileName" type="axlapi:XFkType" minOccurs="1" maxOccurs="unbounded"/>
           
</xsd:sequence>
         
</xsd:complexType>
       
</xsd:element>
       
<xsd:element name="patternPrecedence" type="axlapi:XPatternPrecedence" default="Default" nillable="false" minOccurs="0" maxOccurs="1"/>
       
<xsd:element name="numericUserId" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
       
<xsd:element name="mlppPassword" type="xsd:string" nillable="true" minOccurs="0" maxOccurs="1"/>
       
<xsd:element name="customUserFields" minOccurs="0" maxOccurs="1">
         
<xsd:complexType>
           
<xsd:choice minOccurs="1">
             
<xsd:element name="customUserField" type="axlapi:XUserCustomUserField" minOccurs="0" maxOccurs="5">
               
<xsd:annotation>
                 
<xsd:documentation>This Tag is valid only for GetUser</xsd:documentation>
               
</xsd:annotation>
             
</xsd:element>
           
</xsd:choice>
         
</xsd:complexType>
       
</xsd:element>
       
<xsd:element name="homeCluster" type="axlapi:boolean" default="true" nillable="false" minOccurs="0" maxOccurs="1"/>
       
<xsd:element name="imAndPresenceEnable" type="axlapi:boolean" nillable="false" minOccurs="0" maxOccurs="1"/>
       
<xsd:element name="serviceProfile" type="axlapi:XFkType" nillable="true" minOccurs="0" maxOccurs="1"/>
       
<xsd:element name="lineAppearanceAssociationForPresences" minOccurs="0" maxOccurs="1">
         
<xsd:annotation>
           
<xsd:documentation>Applicable for Controlled Devices</xsd:documentation>
         
</xsd:annotation>
         
<xsd:complexType>
           
<xsd:sequence minOccurs="0">
             
<xsd:element name="lineAppearanceAssociationForPresence" type="axlapi:XLineAppearanceAssociationForPresence" minOccurs="0" maxOccurs="unbounded"/>
           
</xsd:sequence>
         
</xsd:complexType>
       
</xsd:element>
       
<xsd:element name="directoryUri" type="xsd:string" nillable="true" minOccurs="0" maxOccurs="1"/>
     
</xsd:sequence>
   
</xsd:extension>
 
</xsd:complexContent>
</xsd:complexType>

element UpdateUserReq/uuid
diagram AXLAPI_p13702.png
type axlapi:XUUID
properties
content simple
facets
Kind Value Annotation
pattern \{........-....-....-....-............\}
source <xsd:element name="uuid" type="axlapi:XUUID"/>

element UpdateUserReq/userid
diagram AXLAPI_p13703.png
type xsd:string
properties
content simple
nillable false
source <xsd:element name="userid" type="xsd:string" nillable="false" minOccurs="1" maxOccurs="1"/>

element UpdateUserReq/firstName
diagram AXLAPI_p13704.png
type xsd:string
properties
minOcc 0
maxOcc 1
content simple
nillable false
source <xsd:element name="firstName" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>

element UpdateUserReq/middleName
diagram AXLAPI_p13705.png
type xsd:string
properties
minOcc 0
maxOcc 1
content simple
nillable false
source <xsd:element name="middleName" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>

element UpdateUserReq/lastName
diagram AXLAPI_p13706.png
type xsd:string
properties
minOcc 0
maxOcc 1
content simple
nillable false
source <xsd:element name="lastName" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>

element UpdateUserReq/newUserid
diagram AXLAPI_p13707.png
type xsd:string
properties
minOcc 0
maxOcc 1
content simple
nillable false
source <xsd:element name="newUserid" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>

element UpdateUserReq/password
diagram AXLAPI_p13708.png
type xsd:string
properties
minOcc 0
maxOcc 1
content simple
source <xsd:element name="password" type="xsd:string" minOccurs="0" maxOccurs="1"/>

element UpdateUserReq/pin
diagram AXLAPI_p13709.png
type xsd:string
properties
minOcc 0
maxOcc 1
content simple
source <xsd:element name="pin" type="xsd:string" minOccurs="0" maxOccurs="1"/>

element UpdateUserReq/telephoneNumber
diagram AXLAPI_p13710.png
type axlapi:String255
properties
minOcc 0
maxOcc 1
content simple
nillable false
facets
Kind Value Annotation
maxLength 255
source <xsd:element name="telephoneNumber" type="axlapi:String255" nillable="false" minOccurs="0" maxOccurs="1"/>

element UpdateUserReq/mailid
diagram AXLAPI_p13711.png
type xsd:string
properties
minOcc 0
maxOcc 1
content simple
nillable false
source <xsd:element name="mailid" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>

element UpdateUserReq/department
diagram AXLAPI_p13712.png
type xsd:string
properties
minOcc 0
maxOcc 1
content simple
nillable false
source <xsd:element name="department" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>

element UpdateUserReq/manager
diagram AXLAPI_p13713.png
type xsd:string
properties
minOcc 0
maxOcc 1
content simple
nillable false
source <xsd:element name="manager" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>

element UpdateUserReq/userLocale
diagram AXLAPI_p13714.png
type axlapi:XUserLocale
properties
minOcc 0
maxOcc 1
content simple
nillable true
source <xsd:element name="userLocale" type="axlapi:XUserLocale" nillable="true" minOccurs="0" maxOccurs="1"/>

element UpdateUserReq/associatedDevices
diagram AXLAPI_p13715.png
properties
minOcc 0
maxOcc 1
content complex
children device
annotation
documentation
Also known as controlled devices.
source <xsd:element name="associatedDevices" minOccurs="0" maxOccurs="1">
 
<xsd:annotation>
   
<xsd:documentation>Also known as controlled devices.</xsd:documentation>
 
</xsd:annotation>
 
<xsd:complexType>
   
<xsd:sequence minOccurs="0">
     
<xsd:element name="device" type="axlapi:String50" minOccurs="0" maxOccurs="unbounded">
       
<xsd:annotation>
         
<xsd:documentation>Name of device.</xsd:documentation>
       
</xsd:annotation>
     
</xsd:element>
   
</xsd:sequence>
 
</xsd:complexType>
</xsd:element>

element UpdateUserReq/associatedDevices/device
diagram AXLAPI_p13716.png
type axlapi:String50
properties
minOcc 0
maxOcc unbounded
content simple
facets
Kind Value Annotation
maxLength 50
annotation
documentation
Name of device.
source <xsd:element name="device" type="axlapi:String50" minOccurs="0" maxOccurs="unbounded">
 
<xsd:annotation>
   
<xsd:documentation>Name of device.</xsd:documentation>
 
</xsd:annotation>
</xsd:element>

element UpdateUserReq/primaryExtension
diagram AXLAPI_p13717.png
properties
minOcc 0
maxOcc 1
content complex
children pattern routePartitionName
annotation
documentation
Only DNs associated with the associatedDevices of the  User can be used as primary extension.
source <xsd:element name="primaryExtension" minOccurs="0" maxOccurs="1">
 
<xsd:annotation>
   
<xsd:documentation>Only DNs associated with the associatedDevices of the  User can be used as primary extension.</xsd:documentation>
 
</xsd:annotation>
 
<xsd:complexType>
   
<xsd:sequence minOccurs="0">
     
<xsd:element name="pattern" type="axlapi:String255" minOccurs="1" maxOccurs="1">
       
<xsd:annotation>
         
<xsd:documentation>DN or Pattern</xsd:documentation>
       
</xsd:annotation>
     
</xsd:element>
     
<xsd:element name="routePartitionName" type="axlapi:String50" minOccurs="0" maxOccurs="1">
       
<xsd:annotation>
         
<xsd:documentation>Route Partition to which the DN is associated.</xsd:documentation>
       
</xsd:annotation>
     
</xsd:element>
   
</xsd:sequence>
 
</xsd:complexType>
</xsd:element>

element UpdateUserReq/primaryExtension/pattern
diagram AXLAPI_p13718.png
type axlapi:String255
properties
content simple
facets
Kind Value Annotation
maxLength 255
annotation
documentation
DN or Pattern
source <xsd:element name="pattern" type="axlapi:String255" minOccurs="1" maxOccurs="1">
 
<xsd:annotation>
   
<xsd:documentation>DN or Pattern</xsd:documentation>
 
</xsd:annotation>
</xsd:element>

element UpdateUserReq/primaryExtension/routePartitionName
diagram AXLAPI_p13719.png
type axlapi:String50
properties
minOcc 0
maxOcc 1
content simple
facets
Kind Value Annotation
maxLength 50
annotation
documentation
Route Partition to which the DN is associated.
source <xsd:element name="routePartitionName" type="axlapi:String50" minOccurs="0" maxOccurs="1">
 
<xsd:annotation>
   
<xsd:documentation>Route Partition to which the DN is associated.</xsd:documentation>
 
</xsd:annotation>
</xsd:element>

element UpdateUserReq/associatedPc
diagram AXLAPI_p13720.png
type xsd:string
properties
minOcc 0
maxOcc 1
content simple
nillable false
source <xsd:element name="associatedPc" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>

element UpdateUserReq/associatedGroups
diagram AXLAPI_p13721.png
properties
minOcc 0
maxOcc 1
content complex
children userGroup
source <xsd:element name="associatedGroups" minOccurs="0" maxOccurs="1">
 
<xsd:complexType>
   
<xsd:sequence minOccurs="0">
     
<xsd:element name="userGroup" minOccurs="0" maxOccurs="unbounded">
       
<xsd:complexType>
         
<xsd:sequence minOccurs="0">
           
<xsd:element name="name" type="axlapi:String100" minOccurs="1" maxOccurs="1">
             
<xsd:annotation>
               
<xsd:documentation>Name of User Group</xsd:documentation>
             
</xsd:annotation>
           
</xsd:element>
           
<xsd:element name="userRoles" minOccurs="0" maxOccurs="1">
             
<xsd:complexType>
               
<xsd:sequence minOccurs="0">
                 
<xsd:element name="userRole" type="axlapi:String100" minOccurs="0" maxOccurs="unbounded">
                   
<xsd:annotation>
                     
<xsd:documentation>READ ONLY: Name of the User Role associated with the user group will be taken.</xsd:documentation>
                   
</xsd:annotation>
                 
</xsd:element>
               
</xsd:sequence>
             
</xsd:complexType>
           
</xsd:element>
         
</xsd:sequence>
       
</xsd:complexType>
     
</xsd:element>
   
</xsd:sequence>
 
</xsd:complexType>
</xsd:element>

element UpdateUserReq/associatedGroups/userGroup
diagram AXLAPI_p13722.png
properties
minOcc 0
maxOcc unbounded
content complex
children name userRoles
source <xsd:element name="userGroup" minOccurs="0" maxOccurs="unbounded">
 
<xsd:complexType>
   
<xsd:sequence minOccurs="0">
     
<xsd:element name="name" type="axlapi:String100" minOccurs="1" maxOccurs="1">
       
<xsd:annotation>
         
<xsd:documentation>Name of User Group</xsd:documentation>
       
</xsd:annotation>
     
</xsd:element>
     
<xsd:element name="userRoles" minOccurs="0" maxOccurs="1">
       
<xsd:complexType>
         
<xsd:sequence minOccurs="0">
           
<xsd:element name="userRole" type="axlapi:String100" minOccurs="0" maxOccurs="unbounded">
             
<xsd:annotation>
               
<xsd:documentation>READ ONLY: Name of the User Role associated with the user group will be taken.</xsd:documentation>
             
</xsd:annotation>
           
</xsd:element>
         
</xsd:sequence>
       
</xsd:complexType>
     
</xsd:element>
   
</xsd:sequence>
 
</xsd:complexType>
</xsd:element>

element UpdateUserReq/associatedGroups/userGroup/name
diagram AXLAPI_p13723.png
type axlapi:String100
properties
content simple
facets
Kind Value Annotation
maxLength 100
annotation
documentation
Name of User Group
source <xsd:element name="name" type="axlapi:String100" minOccurs="1" maxOccurs="1">
 
<xsd:annotation>
   
<xsd:documentation>Name of User Group</xsd:documentation>
 
</xsd:annotation>
</xsd:element>

element UpdateUserReq/associatedGroups/userGroup/userRoles
diagram AXLAPI_p13724.png
properties
minOcc 0
maxOcc 1
content complex
children userRole
source <xsd:element name="userRoles" minOccurs="0" maxOccurs="1">
 
<xsd:complexType>
   
<xsd:sequence minOccurs="0">
     
<xsd:element name="userRole" type="axlapi:String100" minOccurs="0" maxOccurs="unbounded">
       
<xsd:annotation>
         
<xsd:documentation>READ ONLY: Name of the User Role associated with the user group will be taken.</xsd:documentation>
       
</xsd:annotation>
     
</xsd:element>
   
</xsd:sequence>
 
</xsd:complexType>
</xsd:element>

element UpdateUserReq/associatedGroups/userGroup/userRoles/userRole
diagram AXLAPI_p13725.png
type axlapi:String100
properties
minOcc 0
maxOcc unbounded
content simple
facets
Kind Value Annotation
maxLength 100
annotation
documentation
READ ONLY: Name of the User Role associated with the user group will be taken.
source <xsd:element name="userRole" type="axlapi:String100" minOccurs="0" maxOccurs="unbounded">
 
<xsd:annotation>
   
<xsd:documentation>READ ONLY: Name of the User Role associated with the user group will be taken.</xsd:documentation>
 
</xsd:annotation>
</xsd:element>

element UpdateUserReq/enableCti
diagram AXLAPI_p13726.png
type axlapi:boolean
properties
minOcc 0
maxOcc 1
content simple
default true
nillable false
facets
Kind Value Annotation
pattern (t)|(f)|(true)|(false)|(0)|(1)
source <xsd:element name="enableCti" type="axlapi:boolean" default="true" nillable="false" minOccurs="0" maxOccurs="1"/>

element UpdateUserReq/digestCredentials
diagram AXLAPI_p13727.png
type xsd:string
properties
minOcc 0
maxOcc 1
content simple
nillable true
source <xsd:element name="digestCredentials" type="xsd:string" nillable="true" minOccurs="0" maxOccurs="1"/>

element UpdateUserReq/phoneProfiles
diagram AXLAPI_p13728.png
properties
minOcc 0
maxOcc 1
content complex
children profileName
source <xsd:element name="phoneProfiles" minOccurs="0" maxOccurs="1">
 
<xsd:complexType>
   
<xsd:sequence minOccurs="0">
     
<xsd:element name="profileName" type="axlapi:XFkType" minOccurs="1" maxOccurs="unbounded"/>
   
</xsd:sequence>
 
</xsd:complexType>
</xsd:element>

element UpdateUserReq/phoneProfiles/profileName
diagram AXLAPI_p13729.png
type axlapi:XFkType
properties
minOcc 1
maxOcc unbounded
content complex
attributes
Name  Type  Use  Default  Fixed  Annotation
uuid  axlapi:XUUID  optional      
source <xsd:element name="profileName" type="axlapi:XFkType" minOccurs="1" maxOccurs="unbounded"/>

element UpdateUserReq/defaultProfile
diagram AXLAPI_p13730.png
type axlapi:XFkType
properties
minOcc 0
maxOcc 1
content complex
attributes
Name  Type  Use  Default  Fixed  Annotation
uuid  axlapi:XUUID  optional      
source <xsd:element name="defaultProfile" type="axlapi:XFkType" minOccurs="0" maxOccurs="1"/>

element UpdateUserReq/presenceGroupName
diagram AXLAPI_p13731.png
type axlapi:XFkType
properties
minOcc 0
maxOcc 1
content complex
nillable false
attributes
Name  Type  Use  Default  Fixed  Annotation
uuid  axlapi:XUUID  optional      
source <xsd:element name="presenceGroupName" type="axlapi:XFkType" nillable="false" minOccurs="0" maxOccurs="1"/>

element UpdateUserReq/subscribeCallingSearchSpaceName
diagram AXLAPI_p13732.png
type axlapi:XFkType
properties
minOcc 0
maxOcc 1
content complex
nillable true
attributes
Name  Type  Use  Default  Fixed  Annotation
uuid  axlapi:XUUID  optional      
source <xsd:element name="subscribeCallingSearchSpaceName" type="axlapi:XFkType" nillable="true" minOccurs="0" maxOccurs="1"/>

element UpdateUserReq/enableMobility
diagram AXLAPI_p13733.png
type axlapi:boolean
properties
minOcc 0
maxOcc 1
content simple
default false
nillable false
facets
Kind Value Annotation
pattern (t)|(f)|(true)|(false)|(0)|(1)
source <xsd:element name="enableMobility" type="axlapi:boolean" default="false" nillable="false" minOccurs="0" maxOccurs="1"/>

element UpdateUserReq/enableMobileVoiceAccess
diagram AXLAPI_p13734.png
type axlapi:boolean
properties
minOcc 0
maxOcc 1
content simple
default false
nillable false
facets
Kind Value Annotation
pattern (t)|(f)|(true)|(false)|(0)|(1)
source <xsd:element name="enableMobileVoiceAccess" type="axlapi:boolean" default="false" nillable="false" minOccurs="0" maxOccurs="1"/>

element UpdateUserReq/maxDeskPickupWaitTime
diagram AXLAPI_p13735.png
type axlapi:XInteger
properties
minOcc 0
maxOcc 1
content simple
default 10000
nillable false
annotation
documentation
Maximum wait time for Desk Pickup must be a number in the range 0 to 30000.Not Nullable.
source <xsd:element name="maxDeskPickupWaitTime" type="axlapi:XInteger" default="10000" nillable="false" minOccurs="0" maxOccurs="1">
 
<xsd:annotation>
   
<xsd:documentation>Maximum wait time for Desk Pickup must be a number in the range 0 to 30000.Not Nullable.</xsd:documentation>
 
</xsd:annotation>
</xsd:element>

element UpdateUserReq/remoteDestinationLimit
diagram AXLAPI_p13736.png
type axlapi:XInteger
properties
minOcc 0
maxOcc 1
content simple
default 4
nillable false
annotation
documentation
Remote Destination Limit must be a number in the range 1 to 10. Not Nullable.
source <xsd:element name="remoteDestinationLimit" type="axlapi:XInteger" default="4" nillable="false" minOccurs="0" maxOccurs="1">
 
<xsd:annotation>
   
<xsd:documentation>Remote Destination Limit must be a number in the range 1 to 10. Not Nullable.</xsd:documentation>
 
</xsd:annotation>
</xsd:element>

element UpdateUserReq/passwordCredentials
diagram AXLAPI_p13737.png
properties
minOcc 0
maxOcc 1
content complex
children pwdCredPolicyName pwdCredUserCantChange pwdCredUserMustChange pwdCredDoesNotExpire pwdCredTimeChanged pwdCredTimeAdminLockout pwdCredLockedByAdministrator
annotation
documentation
Not Applicable for Add. Credential configuration for password.
source <xsd:element name="passwordCredentials" minOccurs="0" maxOccurs="1">
 
<xsd:annotation>
   
<xsd:documentation>Not Applicable for Add. Credential configuration for password.</xsd:documentation>
 
</xsd:annotation>
 
<xsd:complexType>
   
<xsd:sequence minOccurs="0">
     
<xsd:element name="pwdCredPolicyName" type="axlapi:XFkType" nillable="false" minOccurs="0" maxOccurs="1"/>
     
<xsd:element name="pwdCredUserCantChange" type="axlapi:boolean" nillable="false" minOccurs="0" maxOccurs="1"/>
     
<xsd:element name="pwdCredUserMustChange" type="axlapi:boolean" nillable="false" minOccurs="0" maxOccurs="1"/>
     
<xsd:element name="pwdCredDoesNotExpire" type="axlapi:boolean" nillable="false" minOccurs="0" maxOccurs="1"/>
     
<xsd:element name="pwdCredTimeChanged" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
     
<xsd:element name="pwdCredTimeAdminLockout" type="xsd:string" nillable="true" minOccurs="0" maxOccurs="1"/>
     
<xsd:element name="pwdCredLockedByAdministrator" type="axlapi:boolean" minOccurs="0" maxOccurs="1"/>
   
</xsd:sequence>
 
</xsd:complexType>
</xsd:element>

element UpdateUserReq/passwordCredentials/pwdCredPolicyName
diagram AXLAPI_p13738.png
type axlapi:XFkType
properties
minOcc 0
maxOcc 1
content complex
nillable false
attributes
Name  Type  Use  Default  Fixed  Annotation
uuid  axlapi:XUUID  optional      
source <xsd:element name="pwdCredPolicyName" type="axlapi:XFkType" nillable="false" minOccurs="0" maxOccurs="1"/>

element UpdateUserReq/passwordCredentials/pwdCredUserCantChange
diagram AXLAPI_p13739.png
type axlapi:boolean
properties
minOcc 0
maxOcc 1
content simple
nillable false
facets
Kind Value Annotation
pattern (t)|(f)|(true)|(false)|(0)|(1)
source <xsd:element name="pwdCredUserCantChange" type="axlapi:boolean" nillable="false" minOccurs="0" maxOccurs="1"/>

element UpdateUserReq/passwordCredentials/pwdCredUserMustChange
diagram AXLAPI_p13740.png
type axlapi:boolean
properties
minOcc 0
maxOcc 1
content simple
nillable false
facets
Kind Value Annotation
pattern (t)|(f)|(true)|(false)|(0)|(1)
source <xsd:element name="pwdCredUserMustChange" type="axlapi:boolean" nillable="false" minOccurs="0" maxOccurs="1"/>

element UpdateUserReq/passwordCredentials/pwdCredDoesNotExpire
diagram AXLAPI_p13741.png
type axlapi:boolean
properties
minOcc 0
maxOcc 1
content simple
nillable false
facets
Kind Value Annotation
pattern (t)|(f)|(true)|(false)|(0)|(1)
source <xsd:element name="pwdCredDoesNotExpire" type="axlapi:boolean" nillable="false" minOccurs="0" maxOccurs="1"/>

element UpdateUserReq/passwordCredentials/pwdCredTimeChanged
diagram AXLAPI_p13742.png
type xsd:string
properties
minOcc 0
maxOcc 1
content simple
nillable false
source <xsd:element name="pwdCredTimeChanged" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>

element UpdateUserReq/passwordCredentials/pwdCredTimeAdminLockout
diagram AXLAPI_p13743.png
type xsd:string
properties
minOcc 0
maxOcc 1
content simple
nillable true
source <xsd:element name="pwdCredTimeAdminLockout" type="xsd:string" nillable="true" minOccurs="0" maxOccurs="1"/>

element UpdateUserReq/passwordCredentials/pwdCredLockedByAdministrator
diagram AXLAPI_p13744.png
type axlapi:boolean
properties
minOcc 0
maxOcc 1
content simple
facets
Kind Value Annotation
pattern (t)|(f)|(true)|(false)|(0)|(1)
source <xsd:element name="pwdCredLockedByAdministrator" type="axlapi:boolean" minOccurs="0" maxOccurs="1"/>

element UpdateUserReq/pinCredentials
diagram AXLAPI_p13745.png
properties
minOcc 0
maxOcc 1
content complex
children pinCredPolicyName pinCredUserCantChange pinCredUserMustChange pinCredDoesNotExpire pinCredTimeChanged pinCredTimeAdminLockout pinCredLockedByAdministrator
annotation
documentation
Not Applicable for add. These groups get automatically added once an user is added.
source <xsd:element name="pinCredentials" minOccurs="0" maxOccurs="1">
 
<xsd:annotation>
   
<xsd:documentation>Not Applicable for add. These groups get automatically added once an user is added. </xsd:documentation>
 
</xsd:annotation>
 
<xsd:complexType>
   
<xsd:sequence minOccurs="0">
     
<xsd:element name="pinCredPolicyName" type="axlapi:XFkType" nillable="false" minOccurs="0" maxOccurs="1"/>
     
<xsd:element name="pinCredUserCantChange" type="axlapi:boolean" nillable="false" minOccurs="0" maxOccurs="1"/>
     
<xsd:element name="pinCredUserMustChange" type="axlapi:boolean" nillable="false" minOccurs="0" maxOccurs="1"/>
     
<xsd:element name="pinCredDoesNotExpire" type="axlapi:boolean" nillable="false" minOccurs="0" maxOccurs="1"/>
     
<xsd:element name="pinCredTimeChanged" type="axlapi:boolean" nillable="false" minOccurs="0" maxOccurs="1"/>
     
<xsd:element name="pinCredTimeAdminLockout" type="xsd:string" nillable="true" minOccurs="0" maxOccurs="1"/>
     
<xsd:element name="pinCredLockedByAdministrator" type="axlapi:boolean" minOccurs="0" maxOccurs="1"/>
   
</xsd:sequence>
 
</xsd:complexType>
</xsd:element>

element UpdateUserReq/pinCredentials/pinCredPolicyName
diagram AXLAPI_p13746.png
type axlapi:XFkType
properties
minOcc 0
maxOcc 1
content complex
nillable false
attributes
Name  Type  Use  Default  Fixed  Annotation
uuid  axlapi:XUUID  optional      
source <xsd:element name="pinCredPolicyName" type="axlapi:XFkType" nillable="false" minOccurs="0" maxOccurs="1"/>

element UpdateUserReq/pinCredentials/pinCredUserCantChange
diagram AXLAPI_p13747.png
type axlapi:boolean
properties
minOcc 0
maxOcc 1
content simple
nillable false
facets
Kind Value Annotation
pattern (t)|(f)|(true)|(false)|(0)|(1)
source <xsd:element name="pinCredUserCantChange" type="axlapi:boolean" nillable="false" minOccurs="0" maxOccurs="1"/>

element UpdateUserReq/pinCredentials/pinCredUserMustChange
diagram AXLAPI_p13748.png
type axlapi:boolean
properties
minOcc 0
maxOcc 1
content simple
nillable false
facets
Kind Value Annotation
pattern (t)|(f)|(true)|(false)|(0)|(1)
source <xsd:element name="pinCredUserMustChange" type="axlapi:boolean" nillable="false" minOccurs="0" maxOccurs="1"/>

element UpdateUserReq/pinCredentials/pinCredDoesNotExpire
diagram AXLAPI_p13749.png
type axlapi:boolean
properties
minOcc 0
maxOcc 1
content simple
nillable false
facets
Kind Value Annotation
pattern (t)|(f)|(true)|(false)|(0)|(1)
source <xsd:element name="pinCredDoesNotExpire" type="axlapi:boolean" nillable="false" minOccurs="0" maxOccurs="1"/>

element UpdateUserReq/pinCredentials/pinCredTimeChanged
diagram AXLAPI_p13750.png
type axlapi:boolean
properties
minOcc 0
maxOcc 1
content simple
nillable false
facets
Kind Value Annotation
pattern (t)|(f)|(true)|(false)|(0)|(1)
source <xsd:element name="pinCredTimeChanged" type="axlapi:boolean" nillable="false" minOccurs="0" maxOccurs="1"/>

element UpdateUserReq/pinCredentials/pinCredTimeAdminLockout
diagram AXLAPI_p13751.png
type xsd:string
properties
minOcc 0
maxOcc 1
content simple
nillable true
source <xsd:element name="pinCredTimeAdminLockout" type="xsd:string" nillable="true" minOccurs="0" maxOccurs="1"/>

element UpdateUserReq/pinCredentials/pinCredLockedByAdministrator
diagram AXLAPI_p13752.png
type axlapi:boolean
properties
minOcc 0
maxOcc 1
content simple
facets
Kind Value Annotation
pattern (t)|(f)|(true)|(false)|(0)|(1)
source <xsd:element name="pinCredLockedByAdministrator" type="axlapi:boolean" minOccurs="0" maxOccurs="1"/>

element UpdateUserReq/primaryDevice
diagram AXLAPI_p13753.png
type axlapi:XFkType
properties
minOcc 0
maxOcc 1
content complex
attributes
Name  Type  Use  Default  Fixed  Annotation
uuid  axlapi:XUUID  optional      
annotation
documentation
Primary Device for mobility users
source <xsd:element name="primaryDevice" type="axlapi:XFkType" minOccurs="0" maxOccurs="1">
 
<xsd:annotation>
   
<xsd:documentation>Primary Device for mobility users</xsd:documentation>
 
</xsd:annotation>
</xsd:element>

element UpdateUserReq/enableEmcc
diagram AXLAPI_p13754.png
type axlapi:boolean
properties
minOcc 0
maxOcc 1
content simple
nillable false
facets
Kind Value Annotation
pattern (t)|(f)|(true)|(false)|(0)|(1)
source <xsd:element name="enableEmcc" type="axlapi:boolean" nillable="false" minOccurs="0" maxOccurs="1"/>

element UpdateUserReq/ctiControlledDeviceProfiles
diagram AXLAPI_p13755.png
properties
minOcc 0
maxOcc 1
content complex
children profileName
source <xsd:element name="ctiControlledDeviceProfiles" minOccurs="0" maxOccurs="1">
 
<xsd:complexType>
   
<xsd:sequence minOccurs="0">
     
<xsd:element name="profileName" type="axlapi:XFkType" minOccurs="1" maxOccurs="unbounded"/>
   
</xsd:sequence>
 
</xsd:complexType>
</xsd:element>

element UpdateUserReq/ctiControlledDeviceProfiles/profileName
diagram AXLAPI_p13756.png
type axlapi:XFkType
properties
minOcc 1
maxOcc unbounded
content complex
attributes
Name  Type  Use  Default  Fixed  Annotation
uuid  axlapi:XUUID  optional      
source <xsd:element name="profileName" type="axlapi:XFkType" minOccurs="1" maxOccurs="unbounded"/>

element UpdateUserReq/patternPrecedence
diagram AXLAPI_p13757.png
type axlapi:XPatternPrecedence
properties
minOcc 0
maxOcc 1
content simple
default Default
nillable false
source <xsd:element name="patternPrecedence" type="axlapi:XPatternPrecedence" default="Default" nillable="false" minOccurs="0" maxOccurs="1"/>

element UpdateUserReq/numericUserId
diagram AXLAPI_p13758.png
type xsd:string
properties
minOcc 0
maxOcc 1
content simple
nillable false
source <xsd:element name="numericUserId" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>

element UpdateUserReq/mlppPassword
diagram AXLAPI_p13759.png
type xsd:string
properties
minOcc 0
maxOcc 1
content simple
nillable true
source <xsd:element name="mlppPassword" type="xsd:string" nillable="true" minOccurs="0" maxOccurs="1"/>

element UpdateUserReq/customUserFields
diagram AXLAPI_p13760.png
properties
minOcc 0
maxOcc 1
content complex
children customUserField
source <xsd:element name="customUserFields" minOccurs="0" maxOccurs="1">
 
<xsd:complexType>
   
<xsd:choice minOccurs="1">
     
<xsd:element name="customUserField" type="axlapi:XUserCustomUserField" minOccurs="0" maxOccurs="5">
       
<xsd:annotation>
         
<xsd:documentation>This Tag is valid only for GetUser</xsd:documentation>
       
</xsd:annotation>
     
</xsd:element>
   
</xsd:choice>
 
</xsd:complexType>
</xsd:element>

element UpdateUserReq/customUserFields/customUserField
diagram AXLAPI_p13761.png
type axlapi:XUserCustomUserField
properties
minOcc 0
maxOcc 5
content complex
annotation
documentation
This Tag is valid only for GetUser
source <xsd:element name="customUserField" type="axlapi:XUserCustomUserField" minOccurs="0" maxOccurs="5">
 
<xsd:annotation>
   
<xsd:documentation>This Tag is valid only for GetUser</xsd:documentation>
 
</xsd:annotation>
</xsd:element>

element UpdateUserReq/homeCluster
diagram AXLAPI_p13762.png
type axlapi:boolean
properties
minOcc 0
maxOcc 1
content simple
default true
nillable false
facets
Kind Value Annotation
pattern (t)|(f)|(true)|(false)|(0)|(1)
source <xsd:element name="homeCluster" type="axlapi:boolean" default="true" nillable="false" minOccurs="0" maxOccurs="1"/>

element UpdateUserReq/imAndPresenceEnable
diagram AXLAPI_p13763.png
type axlapi:boolean
properties
minOcc 0
maxOcc 1
content simple
nillable false
facets
Kind Value Annotation
pattern (t)|(f)|(true)|(false)|(0)|(1)
source <xsd:element name="imAndPresenceEnable" type="axlapi:boolean" nillable="false" minOccurs="0" maxOccurs="1"/>

element UpdateUserReq/serviceProfile
diagram AXLAPI_p13764.png
type axlapi:XFkType
properties
minOcc 0
maxOcc 1
content complex
nillable true
attributes
Name  Type  Use  Default  Fixed  Annotation
uuid  axlapi:XUUID  optional      
source <xsd:element name="serviceProfile" type="axlapi:XFkType" nillable="true" minOccurs="0" maxOccurs="1"/>

element UpdateUserReq/lineAppearanceAssociationForPresences
diagram AXLAPI_p13765.png
properties
minOcc 0
maxOcc 1
content complex
children lineAppearanceAssociationForPresence
annotation
documentation
Applicable for Controlled Devices
source <xsd:element name="lineAppearanceAssociationForPresences" minOccurs="0" maxOccurs="1">
 
<xsd:annotation>
   
<xsd:documentation>Applicable for Controlled Devices</xsd:documentation>
 
</xsd:annotation>
 
<xsd:complexType>
   
<xsd:sequence minOccurs="0">
     
<xsd:element name="lineAppearanceAssociationForPresence" type="axlapi:XLineAppearanceAssociationForPresence" minOccurs="0" maxOccurs="unbounded"/>
   
</xsd:sequence>
 
</xsd:complexType>
</xsd:element>

element UpdateUserReq/lineAppearanceAssociationForPresences/lineAppearanceAssociationForPresence
diagram AXLAPI_p13766.png
type axlapi:XLineAppearanceAssociationForPresence
properties
minOcc 0
maxOcc unbounded
content complex
children laapAssociate laapProductType laapDeviceName laapDirectory laapPartition laapDescription
source <xsd:element name="lineAppearanceAssociationForPresence" type="axlapi:XLineAppearanceAssociationForPresence" minOccurs="0" maxOccurs="unbounded"/>

element UpdateUserReq/directoryUri
diagram AXLAPI_p13767.png
type xsd:string
properties
minOcc 0
maxOcc 1
content simple
nillable true
source <xsd:element name="directoryUri" type="xsd:string" nillable="true" minOccurs="0" maxOccurs="1"/>


XML Schema documentation generated by XMLSpy Schema Editor http://www.altova.com/xmlspy