Kaltura API

userenableLogin
Description:
Enables a user to log into a partner account using an email address and a password
Input Params
Name Type Description Required Default Value
userId string The user's unique identifier in the partner's system V
loginId string The user's email address that identifies the user for login V
password string The user's password 1
Output Type
KalturaUser
Example HTTP Hit
http://www.kaltura.com/api_v3/service/user/action/enableLogin
JSON object:
				
{ userId: "value", loginId: "value", password: "value" }