Kaltura API

uservalidateHashKey
Description:
Validate hash key
Input Params
Name Type Description Required Default Value
hashKey string The hash key used to identify the user (retrieved by email) V
Output Type
KalturaAuthentication
Example HTTP Hit
http://www.kaltura.com/api_v3/service/user/action/validateHashKey
JSON object:
				
{ hashKey: "value" }