Resets the user password password.
Namespace: CelloSaaS.ServiceContracts.UserManagementAssembly: CelloSaaS.ServiceContracts (in CelloSaaS.ServiceContracts.dll) Version: 4.3.1.0 (4.3.1.0)
Syntax
Parameters
- userIds
- Type: System String
The user ids.
- password
- Type: System String
The password.
- tenantId
- Type: System String
The tenant id.
Return Value
Type: Int32Exceptions
Exception | Condition |
---|---|
CelloSaaS.ServiceContracts.UserManagement UserDetailException | If Any exception occurred, while connecting or modifying the database. |
System ArgumentNullException | If the user ids or password or tenant id is null or empty |
See Also