Kaltura API

userentryadd
Description:
Adds a user_entry to the Kaltura DB.
Input Params
Name Type Description Required Default Value
userEntry KalturaUserEntry V
Output Type
KalturaUserEntry
Example HTTP Hit
http://www.kaltura.com/api_v3/service/userentry/action/add
JSON object:
				
{ userEntry: { objectType: "KalturaUserEntry", entryId: "value", userId: "value", extendedStatus: "value" } }