Kaltura API

userlogin
Description:
Logs a user into a partner account with a partner ID, a partner user ID (puser), and a user password.
Input Params
Name Type Description Required Default Value
partnerId int The identifier of the partner account V
userId string The user's unique identifier in the partner's system V
password string The user's password V
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
Output Type
string
Example HTTP Hit
http://www.kaltura.com/api_v3/service/user/action/login
JSON object:
				
{ partnerId: value, userId: "value", password: "value", expiry: value, privileges: "value" }