Services

General Objects

Filter Objects

Array Objects

Enums

String Enums Constants

Kaltura API

user:updatelogindata
Description:
Update user password and email
Input Params
name type Description
oldLoginId string
password string
newLoginId string Optional, provide only when you want to update the login id
newPassword string
newFirstName string
newLastName string
No Output
Errors
INVALID_FIELD_VALUE,value in field [%s] is not valid
LOGIN_DATA_NOT_FOUND,Login id not found
WRONG_OLD_PASSWORD,old password is wrong
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 >.
PASSWORD_ALREADY_USED,Chosen password has already been used
LOGIN_ID_ALREADY_USED,Same login id is already in use
Example HTTP Hit
http://www.kaltura.com/api_v3/?service=user&action=updatelogindata
POST fields:
oldLoginId
password
newLoginId
newPassword
newFirstName
newLastName