Changes 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 all entities with optional pagination.
A Promise that resolves to an array of retrieved entities.
Retrieves a single entity by its unique identifier.
A Promise that resolves to the retrieved entity or undefined.
Retrieves multiple entities with optional pagination and filtering.
[UNUSED PARAMETER, KEPT FOR POSSIBLE FUTURE USE] Filtering parameters.
Query options including pagination.
Optional page?: numberOptional pageAn object containing the retrieved entities and total count.
Retrieves a single entity by its unique identifier.
Unique identifier of the entity to retrieve.
A Promise that resolves to the retrieved entity or undefined.
Retrieves a single entity by its unique identifier.
Filtering parameters.
A Promise that resolves to the retrieved entity or undefined.
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.
Saves multiple entities.
Entities to save.
A Promise that resolves to the saved entities.
Saves a single entity.
Entity to save.
A Promise that resolves to the saved entity.
Generated using TypeDoc
Represents a service for managing employees.
Template
The type of employee object.