complexType UpdateAppUserReq
diagram axlapi_p10391.png
namespace http://www.cisco.com/AXL/API/8.5
type extension of axlapi:APIRequest
properties
base axlapi:APIRequest
children uuid userid newUserid password passwordCredentials digestCredentials presenceGroupName acceptPresenceSubscription acceptOutOfDialogRefer acceptUnsolicitedNotification allowReplaceHeader associatedDevices associatedGroups ctiControlledDeviceProfiles
used by
element updateAppUser
attributes
Name  Type  Use  Default  Fixed  annotation
sequencexsd:unsignedLongoptional      
source <xsd:complexType name="UpdateAppUserReq">
 
<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="newUserid" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1"/>
       
<xsd:element name="password" type="xsd:string" minOccurs="0" maxOccurs="1">
         
<xsd:annotation>
           
<xsd:documentation>Valid range is 1-127 characters.</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:annotation>
                 
<xsd:documentation>Read Only</xsd:documentation>
               
</xsd:annotation>
             
</xsd:element>
             
<xsd:element name="pwdCredTimeAdminLockout" type="xsd:string" nillable="true" minOccurs="0" maxOccurs="1">
               
<xsd:annotation>
                 
<xsd:documentation>Read Only</xsd:documentation>
               
</xsd:annotation>
             
</xsd:element>
             
<xsd:element name="pwdCredLockedByAdministrator" type="axlapi:boolean" minOccurs="0" maxOccurs="1"/>
           
</xsd:sequence>
         
</xsd:complexType>
       
</xsd:element>
       
<xsd:element name="digestCredentials" type="xsd:string" minOccurs="0" maxOccurs="1">
         
<xsd:annotation>
           
<xsd:documentation>Valid range is 1-42 characters.</xsd:documentation>
         
</xsd:annotation>
       
</xsd:element>
       
<xsd:element name="presenceGroupName" type="axlapi:XFkType" nillable="false" minOccurs="0" maxOccurs="1"/>
       
<xsd:element name="acceptPresenceSubscription" type="axlapi:boolean" default="false" nillable="false" minOccurs="0" maxOccurs="1"/>
       
<xsd:element name="acceptOutOfDialogRefer" type="axlapi:boolean" default="false" nillable="false" minOccurs="0" maxOccurs="1"/>
       
<xsd:element name="acceptUnsolicitedNotification" type="axlapi:boolean" default="false" nillable="false" minOccurs="0" maxOccurs="1"/>
       
<xsd:element name="allowReplaceHeader" type="axlapi:boolean" default="false" nillable="false" 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="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="ctiControlledDeviceProfiles" minOccurs="0" maxOccurs="1">
         
<xsd:complexType>
           
<xsd:sequence minOccurs="0">
             
<xsd:element name="deviceProfile" type="axlapi:String50" minOccurs="0" maxOccurs="unbounded"/>
           
</xsd:sequence>
         
</xsd:complexType>
       
</xsd:element>
     
</xsd:sequence>
   
</xsd:extension>
 
</xsd:complexContent>
</xsd:complexType>

element UpdateAppUserReq/uuid
diagram axlapi_p10392.png
type axlapi:XUUID
properties
isRef 0
content simple
facets
Kind Value annotation 
pattern \{........-....-....-....-............\} 
source <xsd:element name="uuid" type="axlapi:XUUID"/>

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

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

element UpdateAppUserReq/password
diagram axlapi_p10395.png
type xsd:string
properties
isRef 0
minOcc 0
maxOcc 1
content simple
annotation
documentation
Valid range is 1-127 characters.
source <xsd:element name="password" type="xsd:string" minOccurs="0" maxOccurs="1">
 
<xsd:annotation>
   
<xsd:documentation>Valid range is 1-127 characters.</xsd:documentation>
 
</xsd:annotation>
</xsd:element>

element UpdateAppUserReq/passwordCredentials
diagram axlapi_p10396.png
properties
isRef 0
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:annotation>
         
<xsd:documentation>Read Only</xsd:documentation>
       
</xsd:annotation>
     
</xsd:element>
     
<xsd:element name="pwdCredTimeAdminLockout" type="xsd:string" nillable="true" minOccurs="0" maxOccurs="1">
       
<xsd:annotation>
         
<xsd:documentation>Read Only</xsd:documentation>
       
</xsd:annotation>
     
</xsd:element>
     
<xsd:element name="pwdCredLockedByAdministrator" type="axlapi:boolean" minOccurs="0" maxOccurs="1"/>
   
</xsd:sequence>
 
</xsd:complexType>
</xsd:element>

element UpdateAppUserReq/passwordCredentials/pwdCredPolicyName
diagram axlapi_p10397.png
type axlapi:XFkType
properties
isRef 0
minOcc 0
maxOcc 1
content complex
nillable false
attributes
Name  Type  Use  Default  Fixed  annotation
uuidaxlapi:XUUIDoptional      
source <xsd:element name="pwdCredPolicyName" type="axlapi:XFkType" nillable="false" minOccurs="0" maxOccurs="1"/>

element UpdateAppUserReq/passwordCredentials/pwdCredUserCantChange
diagram axlapi_p10398.png
type axlapi:boolean
properties
isRef 0
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 UpdateAppUserReq/passwordCredentials/pwdCredUserMustChange
diagram axlapi_p10399.png
type axlapi:boolean
properties
isRef 0
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 UpdateAppUserReq/passwordCredentials/pwdCredDoesNotExpire
diagram axlapi_p10400.png
type axlapi:boolean
properties
isRef 0
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 UpdateAppUserReq/passwordCredentials/pwdCredTimeChanged
diagram axlapi_p10401.png
type xsd:string
properties
isRef 0
minOcc 0
maxOcc 1
content simple
nillable false
annotation
documentation
Read Only
source <xsd:element name="pwdCredTimeChanged" type="xsd:string" nillable="false" minOccurs="0" maxOccurs="1">
 
<xsd:annotation>
   
<xsd:documentation>Read Only</xsd:documentation>
 
</xsd:annotation>
</xsd:element>

element UpdateAppUserReq/passwordCredentials/pwdCredTimeAdminLockout
diagram axlapi_p10402.png
type xsd:string
properties
isRef 0
minOcc 0
maxOcc 1
content simple
nillable true
annotation
documentation
Read Only
source <xsd:element name="pwdCredTimeAdminLockout" type="xsd:string" nillable="true" minOccurs="0" maxOccurs="1">
 
<xsd:annotation>
   
<xsd:documentation>Read Only</xsd:documentation>
 
</xsd:annotation>
</xsd:element>

element UpdateAppUserReq/passwordCredentials/pwdCredLockedByAdministrator
diagram axlapi_p10403.png
type axlapi:boolean
properties
isRef 0
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 UpdateAppUserReq/digestCredentials
diagram axlapi_p10404.png
type xsd:string
properties
isRef 0
minOcc 0
maxOcc 1
content simple
annotation
documentation
Valid range is 1-42 characters.
source <xsd:element name="digestCredentials" type="xsd:string" minOccurs="0" maxOccurs="1">
 
<xsd:annotation>
   
<xsd:documentation>Valid range is 1-42 characters.</xsd:documentation>
 
</xsd:annotation>
</xsd:element>

element UpdateAppUserReq/presenceGroupName
diagram axlapi_p10405.png
type axlapi:XFkType
properties
isRef 0
minOcc 0
maxOcc 1
content complex
nillable false
attributes
Name  Type  Use  Default  Fixed  annotation
uuidaxlapi:XUUIDoptional      
source <xsd:element name="presenceGroupName" type="axlapi:XFkType" nillable="false" minOccurs="0" maxOccurs="1"/>

element UpdateAppUserReq/acceptPresenceSubscription
diagram axlapi_p10406.png
type axlapi:boolean
properties
isRef 0
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="acceptPresenceSubscription" type="axlapi:boolean" default="false" nillable="false" minOccurs="0" maxOccurs="1"/>

element UpdateAppUserReq/acceptOutOfDialogRefer
diagram axlapi_p10407.png
type axlapi:boolean
properties
isRef 0
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="acceptOutOfDialogRefer" type="axlapi:boolean" default="false" nillable="false" minOccurs="0" maxOccurs="1"/>

element UpdateAppUserReq/acceptUnsolicitedNotification
diagram axlapi_p10408.png
type axlapi:boolean
properties
isRef 0
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="acceptUnsolicitedNotification" type="axlapi:boolean" default="false" nillable="false" minOccurs="0" maxOccurs="1"/>

element UpdateAppUserReq/allowReplaceHeader
diagram axlapi_p10409.png
type axlapi:boolean
properties
isRef 0
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="allowReplaceHeader" type="axlapi:boolean" default="false" nillable="false" minOccurs="0" maxOccurs="1"/>

element UpdateAppUserReq/associatedDevices
diagram axlapi_p10410.png
properties
isRef 0
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 UpdateAppUserReq/associatedDevices/device
diagram axlapi_p10411.png
type axlapi:String50
properties
isRef 0
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 UpdateAppUserReq/associatedGroups
diagram axlapi_p10412.png
properties
isRef 0
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 UpdateAppUserReq/associatedGroups/userGroup
diagram axlapi_p10413.png
properties
isRef 0
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 UpdateAppUserReq/associatedGroups/userGroup/name
diagram axlapi_p10414.png
type axlapi:String100
properties
isRef 0
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 UpdateAppUserReq/associatedGroups/userGroup/userRoles
diagram axlapi_p10415.png
properties
isRef 0
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 UpdateAppUserReq/associatedGroups/userGroup/userRoles/userRole
diagram axlapi_p10416.png
type axlapi:String100
properties
isRef 0
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 UpdateAppUserReq/ctiControlledDeviceProfiles
diagram axlapi_p10417.png
properties
isRef 0
minOcc 0
maxOcc 1
content complex
children deviceProfile
source <xsd:element name="ctiControlledDeviceProfiles" minOccurs="0" maxOccurs="1">
 
<xsd:complexType>
   
<xsd:sequence minOccurs="0">
     
<xsd:element name="deviceProfile" type="axlapi:String50" minOccurs="0" maxOccurs="unbounded"/>
   
</xsd:sequence>
 
</xsd:complexType>
</xsd:element>

element UpdateAppUserReq/ctiControlledDeviceProfiles/deviceProfile
diagram axlapi_p10418.png
type axlapi:String50
properties
isRef 0
minOcc 0
maxOcc unbounded
content simple
facets
Kind Value annotation 
maxLength 50 
source <xsd:element name="deviceProfile" type="axlapi:String50" minOccurs="0" maxOccurs="unbounded"/>


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