user:resetpassword | |||||
---|---|---|---|---|---|
Description: | |||||
Reset user's password and send the user an email to generate a new one. |
|||||
Input Params | |||||
Name | Type | Description | Required | Default Value | Restrictions |
string | The user's email address (login email) | V | |||
Output Type | |||||
No Output | |||||
Errors | |||||
LOGIN_DATA_NOT_FOUND;;Login id not found | |||||
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=user&action=resetpassword POST fields: email |