Services

General Objects

Filter Objects

Array Objects

Enums

String Enums Constants

Kaltura API

user:enablelogin
Description:
Enable the user to login with a loginId (email) and password.
Input Params
name type Description
userId string
loginId string
password string
Output Type
type
KalturaUser
Errors
USER_LOGIN_ALREADY_ENABLED,User is already allowed to login
USER_NOT_FOUND,User was not found
ADMIN_LOGIN_USERS_QUOTA_EXCEEDED,Partner login users quota exceeded
PASSWORD_STRUCTURE_INVALID,The password you entered has an invalid structure. Passwords must obey the following rules : - Must be of length between 8 and 14. - Must not contain your name - Must contain at least one lowercase letter (a-z). - Must contain at least one digit (0-9). - Must contain at least one of the following symbols: %%~!@#$^*=+?[]{}. - Must not contain the following characters: < or >.
LOGIN_ID_ALREADY_USED,Same login id is already in use
Example HTTP Hit
http://www.kaltura.com/api_v3/?service=user&action=enablelogin
POST fields:
userId
loginId
password