To force the password resetting for the users under a given tenant.
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
Array of UserIds to reset the password.
Return Value
Type: Booleantrue if forced password reset is successful. false if forced password reset is NOT successful.
Exceptions
Exception | Condition |
---|---|
CelloSaaS.ServiceContracts.UserManagement UserDetailException | If Any exception occurred, while connecting or modifying the database. |
See Also