| user:enablelogin | |||||
|---|---|---|---|---|---|
| Description: | |||||
| Enables a user to log into a partner account using an email address and a password |
|||||
| Input Params | |||||
| Name | Type | Description | Required | Default Value | Restrictions |
| userId | string | The user's unique identifier in the partner's system | V | ||
| loginId | string | The user's email address that identifies the user for login | V | ||
| password | string | The user's password | |||
| Output 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;RULES;The password you entered has an invalid structure. Passwords must obey the following rules : @RULES@ | |||||
| 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 |
|||||