Kaltura API

userloginByLoginId
Description:
Logs a user into a partner account with a user login ID and a user password.
Input Params
Name Type Description Required Default Value
loginId string The user's email address that identifies the user for login V
password string The user's password V
partnerId int The identifier of the partner account 1
expiry int The requested time (in seconds) before the generated KS expires (By default, a KS expires after 24 hours). 1
privileges string Special privileges 1
otp string the user's one-time password 1
Output Type
string
Example HTTP Hit
http://www.kaltura.com/api_v3/service/user/action/loginByLoginId
JSON object:
				
{ loginId: "value", password: "value", partnerId: value, expiry: value, privileges: "value", otp: "value" }