Click or drag to resize

UserManagementServiceupdateUserPassword Method

Note: This API is now obsolete.

Use the updateUserPasswordExt method in UserManagementService instead.

Namespace:  (Default Namespace)
Assembly:  SeniorSystemsWS (in SeniorSystemsWS.dll) Version: 937.0.0.0 (937.0.0.33)
Syntax
[ObsoleteAttribute("Use updateUserPasswordExt instead")]
public bool updateUserPassword(
	string authKey,
	string userID,
	string newPassword
)

Parameters

authKey
Type: SystemString
Authentication Key obtained from the loginExt method in UserManagementService
userID
Type: SystemString
The user ID.
newPassword
Type: SystemString
The new password.

Return Value

Type: Boolean
True if the password is succesfully updated, False otherwise.
Remarks
Obsolete. Use the updateUserPasswordExt method in UserManagementService instead.
See Also