| adminUser:resetpassword | ||||
|---|---|---|---|---|
| Description: | ||||
| Reset admin user password and send it to the users email address |
||||
| Input Params | ||||
| Name | Type | Description | Required | Default Value |
| string | V | |||
| Output Type | ||||
| No Output | ||||
| Errors | ||||
| 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 : %s | ||||
| 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=resetpassword POST fields: email |
||||