userupdateLoginData | ||||
---|---|---|---|---|
Description: | ||||
Updates a user's login data: email, password, name. | ||||
Input Params | ||||
Name | Type | Description | Required | Default Value |
oldLoginId | string | The user's current email address that identified the user for login | V | |
password | string | The user's current email address that identified the user for login | V | |
newLoginId | string | Optional, The user's email address that will identify the user for login | 1 | |
newPassword | string | Optional, The user's new password | 1 | |
newFirstName | string | Optional, The user's new first name | 1 | |
newLastName | string | Optional, The user's new last name | 1 | |
otp | string | the user's one-time password | 1 | |
Example HTTP Hit | ||||
http://www.kaltura.com/api_v3/service/user/action/updateLoginData JSON object:
|