Kaltura API

categoryuserget
Description:
Get CategoryUser by id
Input Params
Name Type Description Required Default Value
categoryId int V
userId string V
Output Type
KalturaCategoryUser
Example HTTP Hit
http://www.kaltura.com/api_v3/service/categoryuser/action/get
JSON object:
				
{ categoryId: value, userId: "value" }