| adminUser:setinitialpassword | ||||
|---|---|---|---|---|
| Description: | ||||
| Set initial users password |
||||
| Input Params | ||||
| Name | Type | Description | Required | Default Value |
| hashKey | string | V | ||
| newPassword | string | new password to set | 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 | ||||
| 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 occured | ||||
| Example HTTP Hit | ||||
| http://www.kaltura.com/api_v3/?service=adminUser&action=setinitialpassword POST fields: hashKey newPassword |
||||