Services

General Objects

Filter Objects

Array Objects

Enums

String Enums Constants

Kaltura API

user:setinitialpassword
Description:
Set initial users password
Input Params
name type Description
hashKey string
newPassword string new password to set
No Output
Errors
LOGIN_DATA_NOT_FOUND,Login id not found
PASSWORD_STRUCTURE_INVALID,The password you entered has an invalid structure. Passwords must obey the following rules : - Must be of length between 8 and 14. - Must not contain your name - Must contain at least one lowercase letter (a-z). - Must contain at least one digit (0-9). - Must contain at least one of the following symbols: %%~!@#$^*=+?[]{}. - Must not contain the following characters: < or >.
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=user&action=setinitialpassword
POST fields:
hashKey
newPassword