| user:getbyloginid | |||||
|---|---|---|---|---|---|
| Description: | |||||
| Retrieves a user object for a user's login ID and partner ID. A login ID is the email address used by a user to log into the system. |
|||||
| Input Params | |||||
| Name | Type | Description | Required | Default Value | Restrictions |
| loginId | string | The user's email address that identifies the user for login | V | ||
| Output Type | |||||
| KalturaUser | |||||
| Errors | |||||
| LOGIN_DATA_NOT_FOUND;;Login id not found | |||||
| USER_NOT_FOUND;;User was not found | |||||
| Example HTTP Hit | |||||
| http://www.kaltura.com/api_v3/?service=user&action=getbyloginid POST fields: loginId |
|||||