UserDetailsProxy ResetPassword Method ( String , String, String) CelloSaaS API Documentation
Resets the password.

Namespace: CelloSaaS.BusinessEdition.ServiceProxies.UserManagement
Assembly: CelloSaaS.BusinessEdition (in CelloSaaS.BusinessEdition.dll) Version: 4.3.1.0 (4.3.1.0)
Syntax

public static int ResetPassword(
	string[] userIds,
	string password,
	string tenantId
)

Parameters

userIds
Type:  System String 
The user ids.
password
Type: System String
The password.
tenantId
Type: System String
The tenant id.

Return Value

Type: Int32
Exceptions

ExceptionCondition
[!:CelloSaaS.ServiceContracts.UserManagement.UserDetailException]If Any exception occurred, while connecting or modifying the database.
System ArgumentNullExceptionIf the user ids or password or tenant id is null or empty
See Also