adminuser:login | ||
---|---|---|
Description: | ||
Get an admin session using admin email and password (Used for login to the KMC application) |
||
Input Params | ||
name | type | Description |
string | ||
password | string | |
partnerId | int | |
Output Type | ||
type | ||
string | ||
Errors | ||
ADMIN_KUSER_NOT_FOUND,The data you entered is invalid | ||
Example HTTP Hit | ||
http://www.kaltura.com/api_v3/?service=adminuser&action=login POST fields: email password partnerId |