user:setinitialpassword | |||||
---|---|---|---|---|---|
Description: | |||||
Set initial users password |
|||||
Input Params | |||||
Name | Type | Description | Required | Default Value | Restrictions |
hashKey | string | The hash key used to identify the user (retrieved by email) | V | ||
newPassword | string | The new password to set for the user | 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@ | |||||
NEW_PASSWORD_HASH_KEY_EXPIRED;;Given has key has expired | |||||
NEW_PASSWORD_HASH_KEY_INVALID;;Given hash key is invalid | |||||
PASSWORD_ALREADY_USED;;Chosen password has already been used | |||||
INTERNAL_SERVERL_ERROR;;Internal server error occurred | |||||
Example HTTP Hit | |||||
http://www.kaltura.com/api_v3/?service=user&action=setinitialpassword POST fields: hashKey newPassword |