Readonly dbReadonly httpReadonly methodReadonly moduleReadonly optionsChanges the password of the user with the given user UID.
The UID of the user whose password should be changed.
The user's current password.
The new password to set for the user.
A promise that resolves to true if the password was changed successfully, or false otherwise.
Retrieves multiple entities with optional pagination and filtering.
[UNUSED PARAMETER, KEPT FOR POSSIBLE FUTURE USE] Filtering parameters.
Query options including pagination.
An object containing the retrieved entities and total count.
Logs in a user with the given user uid and password.
The uid of the user to log in.
The password of the user to log in.
A promise that resolves to true if the login was successful, or false otherwise.
Generated using TypeDoc
Represents a service for managing employees.
Template
The type of employee object.