| KalturaCategoryUserFilter | 
			| Properties | 
				|  | 
				| | Name | Type | Restrictions | Description | 
|---|
 | advancedSearch | KalturaSearchItem |  |  |  | orderBy | string |  | This parameter sets the order criteria by which objects will be retrieved. This parameter should by set according to the following enumeration: 
						KalturaCategoryUserOrderBy. | 
 | 
				|  | 
				| | Name | Type | Restrictions | Description | 
|---|
 | categoryFullIdsEqual | string |  |  |  | categoryFullIdsStartsWith | string |  |  |  | categoryIdEqual | int |  |  |  | categoryIdIn | string |  |  |  | createdAtGreaterThanOrEqual | int |  |  |  | createdAtLessThanOrEqual | int |  |  |  | permissionLevelEqual | KalturaCategoryUserPermissionLevel |  |  |  | permissionLevelIn | string |  |  |  | permissionNamesMatchAnd | string |  |  |  | permissionNamesMatchOr | string |  |  |  | permissionNamesNotContains | string |  |  |  | statusEqual | KalturaCategoryUserStatus |  |  |  | statusIn | string |  |  |  | updateMethodEqual | KalturaUpdateMethodType |  |  |  | updateMethodIn | string |  |  |  | updatedAtGreaterThanOrEqual | int |  |  |  | updatedAtLessThanOrEqual | int |  |  |  | userIdEqual | string |  |  |  | userIdIn | string |  |  | 
 | 
				| 
					
						
							| KalturaCategoryUserFilter |  | Name | Type | Restrictions | Description | 
|---|
 | categoryDirectMembers | bool |  | Return the list of categoryUser that are not inherited from parent category - only the direct categoryUsers. 
 |  | freeText | string |  | Free text search on user id or screen name 
 |  | relatedGroupsByUserId | string |  | Return a list of categoryUser that related to the userId in this field by groups 
 | 
 |