PyramidUserObject
                                    The user object contains all relevant meta-data for the user.
API Section: Objects
Type: Object
Properties
| 
                                                     Name  | 
                                                
                                                     Description  | 
                                                
                                                     Required  | 
                                                
                                                     Type  | 
                                                
                                                     Format  | 
                                            
|---|---|---|---|---|
| 
                                                     
                                                          | 
                                                
                                                     The number representation of the user creation date  | 
                                                - | 
                                                     integer  | 
                                                
                                                     int64  | 
                                            
| 
                                                     
                                                          | 
                                                
                                                     The number representation of the user last login date  | 
                                                - | 
                                                     integer  | 
                                                
                                                     int64  | 
                                            
| 
                                                     
                                                          | 
                                                
                                                     The user's domain name (relevant in case the user is authenticated using LDAP)  | 
                                                - | 
                                                     string  | 
                                                |
| 
                                                     
                                                          | 
                                                
                                                     The user's external identifier  | 
                                                - | 
                                                     string  | 
                                                |
| 
                                                     
                                                          | 
                                                
                                                     The user's secondary mobile phone.  | 
                                                - | 
                                                     string  | 
                                                |
| 
                                                     
                                                          | 
                                                
                                                     The user's system ID.  | 
                                                
                                                     Y  | 
                                                
                                                     string  | 
                                                
                                                     uuid  | 
                                            
| 
                                                     
                                                          | 
                                                
                                                     The login username for the user  | 
                                                - | 
                                                     string  | 
                                                |
| 
                                                     
                                                          | 
                                                
                                                     The user's first name  | 
                                                - | 
                                                     string  | 
                                                |
| 
                                                     
                                                          | 
                                                
                                                     The user's last name  | 
                                                - | 
                                                     string  | 
                                                |
| 
                                                     
                                                          | 
                                                
                                                     The user's email  | 
                                                - | 
                                                     string  | 
                                                |
| 
                                                     
                                                          | 
                                                
                                                     The user's phone  | 
                                                - | 
                                                     string  | 
                                                |
| 
                                                     
                                                          | 
                                                
                                                     The user's proxy account needed for connecting to different data sources  | 
                                                - | 
                                                     string  | 
                                                |
| 
                                                     
                                                          | 
                                                
                                                     The user's second proxy account needed for connecting to different data sources  | 
                                                - | 
                                                     string  | 
                                                |
| 
                                                     
                                                          | 
                                                
                                                     The user's administration level using the admin type enumeration  | 
                                                - | ||
| 
                                                     
                                                          | 
                                                
                                                     The user's list of roles  | 
                                                - | 
                                                     string [ ]  | 
                                                |
| 
                                                     
                                                          | 
                                                
                                                     The user's license type using the type enumeration  | 
                                                - | ||
| 
                                                     
                                                          | 
                                                
                                                     The user's status using the status type enumeration  | 
                                                - | ||
| 
                                                     
                                                          | 
                                                
                                                     The user's tenant ID  | 
                                                - | 
                                                     string  | 
                                                |
| 
                                                     
                                                          | 
                                                
                                                     The user's language  | 
                                                - | 
*Required elements are only used for API parameters
Usages
 /API3/access/findUser
                                    
 /API3/access/getMe
                                    
 /API3/access/getTenantUsersByUserType
                                    
 /API3/access/getUser
                                    
 /API3/access/getUserByExternalId
                                    
 /API3/access/getUsersByName
                                    
 /API3/access/getUsersByRole
                                    
 createdDate