Services

General Objects

Filter Objects

Array Objects

Enums

String Enums Constants

Kaltura API

user:loginbyloginid
Description:
Get a session using user's kaltura id and password
Input Params
name type Description
loginId string login email
password string
partnerId int
expiry int
privileges string
Output Type
type
string
Errors
USER_NOT_FOUND,User was not found
USER_WRONG_PASSWORD,Wrong password supplied
INVALID_PARTNER_ID,Invalid partner id "%s"
LOGIN_RETRIES_EXCEEDED,Maximum login retries exceeded. Your account has been locked and will not be available for 24 hours
LOGIN_BLOCKED,You account is locked
PASSWORD_EXPIRED,Current password has expired
USER_IS_BLOCKED,User is blocked
Example HTTP Hit
http://www.kaltura.com/api_v3/?service=user&action=loginbyloginid
POST fields:
loginId
password
partnerId
expiry
privileges