Set a new password.
New password with password reset token and strength.
Returns a status object.
Gets user that is currently logged in.
Returns promise object that is resolved with the ICurrenUser wrapped by IResult.
Removes user.
User's id or user object.
Returns promise object that is resolved with the IResult of null.
Create instance of User Inventory Role Service related with given User.
User's id or user object.
Returns UserInventoryRoleService object that is related with given User.
Gets the list of users filtered by parameters.
Object containing filters for querying users.
Returns promise object that is resolved with the IUser wrapped by IResultList.
Sends a new password to the given email.
The email address to send the reset mail to.
Returns a status object.
Updates the current user
The user object with the properties to be updated
Returns promise object resolved with the ICurrentUser wrapped by IResult
Verifies TFA code. If invoked with string '0', new TFA code will be sent.
The code to verify.
Returns a status object.
Generated using TypeDoc
This service allows for managing users.