Kaltura API

categoryuserindex
Description:
Index CategoryUser by userid and category id
Input Params
Name Type Description Required Default Value
userId string V
categoryId int V
shouldUpdate bool 1
Output Type
int
Example HTTP Hit
http://www.kaltura.com/api_v3/service/categoryuser/action/index
JSON object:
				
{ userId: "value", categoryId: value, shouldUpdate: value }