user:login | ||
---|---|---|
Description: | ||
Get a session using user email and password |
||
Input Params | ||
name | type | Description |
partnerId | int | |
userId | string | |
password | string | |
expiry | int | |
privileges | string | |
Output Type | ||
type | ||
string | ||
Example HTTP Hit | ||
http://www.kaltura.com/api_v3/?service=user&action=login POST fields: partnerId userId password expiry privileges |