Kaltura API

usersetInitialPassword
Description:
Set initial user password
Input Params
Name Type Description Required Default Value
hashKey string The hash key used to identify the user (retrieved by email) V
newPassword string The new password to set for the user V
Output Type
KalturaAuthentication
Example HTTP Hit
http://www.kaltura.com/api_v3/service/user/action/setInitialPassword
JSON object:
				
{ hashKey: "value", newPassword: "value" }