| adminUser:login | |||||
|---|---|---|---|---|---|
| Description: | |||||
| Get an admin session using admin email and password (Used for login to the KMC application) |
|||||
| Input Params | |||||
| Name | Type | Description | Required | Default Value | Restrictions |
| string | V | ||||
| password | string | V | |||
| partnerId | int | ||||
| Output 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 |
|||||