Services

General Objects

Filter Objects

Array Objects

Enums

String Enums Constants

Kaltura API

adminuser:updatepassword
Description:
Update admin user password and email
DEPRECATED
Input Params
name type Description
email string
password string
newEmail string Optional, provide only when you want to update the email
newPassword string
Output Type
type
KalturaAdminUser
Errors
INVALID_FIELD_VALUE,value in field [%s] is not valid
ADMIN_KUSER_WRONG_OLD_PASSWORD,Old password is wrong
ADMIN_KUSER_NOT_FOUND,The data you entered is invalid
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
INVALID_FIELD_VALUE,value in field [%s] is not valid
LOGIN_ID_ALREADY_USED,Same login id is already in use
Example HTTP Hit
http://www.kaltura.com/api_v3/?service=adminuser&action=updatepassword
POST fields:
email
password
newEmail
newPassword