AccountManagerService
Provides BPS user account management functionality such as logging in and out of the system.
The following operations are supported. For a formal definition, please review the Service Description.
-
ChangePassword
This method allows a user to change their password. Note that this method applies to the user who is currently logged onto the system. -
CreateEmployeeUserAccount
This method creates a user account for a cardholder which will allow them to log into BPS. -
CreateEmployeeUserAccountNoCard
This method creates a user account for an employee which will allow them to log into the BPS system. -
ForgotPasswordReset
This method allows users that have forgotten their passwords to reset it by providing their account number, security word, and city of birth. -
GetContactInfo
This method returns the user's email address. Note that this method applies to the user who is currently logged onto the system. -
GetCurrentSessions
Returns a list of current session ids for an Administrator. Note that this operation can only be performed by an Administrator. -
Login
Provides authentication to the BPS system and returns the client’s current session id they where able to be successfully logged into the system. -
Logout
Ends the client’s current session. Note that clients should always log out after finishing the needed operations. -
LogoutListAllTpaUser
Ends the client’s current session. Note that clients should always log out after finishing the needed operations. -
UpdateContactInfo
This method allows the user to change their email address. Note that this method applies to the user who is currently logged onto the system.