adminUser:updatepassword | |||||
---|---|---|---|---|---|
Description: | |||||
Update admin user password and email |
|||||
Input Params | |||||
Name | Type | Description | Required | Default Value | Restrictions |
string | V | ||||
password | string | V | |||
newEmail | string | Optional, provide only when you want to update the email | |||
newPassword | string | ||||
Output Type | |||||
KalturaAdminUser | |||||
Errors | |||||
INVALID_FIELD_VALUE;FIELD_NAME;value in field [@FIELD_NAME@] 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;RULES;The password you entered has an invalid structure. Passwords must obey the following rules : @RULES@ | |||||
PASSWORD_ALREADY_USED;;Chosen password has already been used | |||||
INVALID_FIELD_VALUE;FIELD_NAME;value in field [@FIELD_NAME@] 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 |