Kaltura API

user.setInitialPassword
Description:
Set initial users 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
Example HTTP Hit
http://www.kaltura.com/api_v3/service/user/action/setInitialPassword
JSON object:
				
{ hashKey: "value", newPassword: "value" }