Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Updates employee password.
Syntax
client server public static container updateStaffPassword(
str staffId,
str password,
int changePassword)
Run On
Called
Parameters
- staffId
Type: str
The staff identifier.
- password
Type: str
The new password
- changePassword
Type: int
A flag indicating if the user has to change the password at next POS login.
Return Value
Type: container
A container with the status and error message.