| KalturaUser | 
			
				| Properties | 
			
				| 
						
							
								|  Inherited from KalturaObjectBase |  | 
			
				| 
						
							
								| Name | Type | Writable | Restrictions | Description |  
								| id | string | V |  |  |  
								| partnerId | int |  |  |  |  
								| screenName | string | V |  |  |  
								| fullName | string | V |  |  |  
								| email | string | V |  |  |  
								| country | string | V |  |  |  
								| state | string | V |  |  |  
								| city | string | V |  |  |  
								| zip | string | V |  |  |  
								| thumbnailUrl | string | V |  |  |  
								| description | string | V |  |  |  
								| tags | string | V |  |  |  
								| adminTags | string | V |  | Admin tags can be updated only by using an admin session |  
								| status | KalturaUserStatus | V |  |  |  
								| createdAt | int |  |  | Creation date as Unix timestamp (In seconds) |  
								| updatedAt | int |  |  | Last update date as Unix timestamp (In seconds) |  
								| partnerData | string | V |  | Can be used to store various partner related data as a string |  
								| indexedPartnerDataInt | int | V |  |  |  
								| indexedPartnerDataString | string | V |  |  |  
								| storageSize | int |  |  |  |  
								| language | KalturaLanguageCode | V |  |  |  
								| lastLoginTime | int |  |  |  |  
								| statusUpdatedAt | int |  |  |  |  
								| deletedAt | int |  |  |  |  
								| allowedPartnerIds | string | V |  |  |  
								| allowedPartnerPackages | string | V |  |  |  
								| userMode | KalturaUserMode | V |  |  |  
								| capabilities | array of KalturaUserCapability | V |  |  |  | 
			
				| 
						
							
								| Name | Type | Writable | Restrictions | Description |  
								| type | KalturaUserType | V |  |  |  
								| dateOfBirth | int | V |  |  |  
								| gender | KalturaGender | V |  |  |  
								| isAdmin | bool | V |  |  |  
								| isGuest | bool | V |  |  |  
								| roleIds | string | V |  |  |  
								| roleNames | string |  |  |  |  
								| isAccountOwner | bool | V |  |  |  
								| password | string | V |  |  |  
								| firstName | string | V |  |  |  
								| lastName | string | V |  |  |  
								| loginEnabled | bool | V |  |  |  
								| registrationInfo | string | V |  |  |  
								| attendanceInfo | string | V |  |  |  
								| title | string | V |  |  |  
								| company | string | V |  |  |  
								| ksPrivileges | string | V |  |  |  
								| encryptedSeed | string |  |  |  |  
								| isSsoExcluded | bool | V |  |  |  
								| externalId | string | V |  | This field should be sent instead of the id field whenever you want to work with hashed user ids |  | 
			
				| Sub classes: KalturaAdminUser |