Billing Booth One icon

Billing Booth One

Interact with Billing Booth One API

Actions476

Overview

This node interacts with the Billing Booth One API to perform various operations on different resources. Specifically, for the 'Users' resource and the 'Change User Password' operation, it allows changing a user's password by providing the user's unique identifier and the new password. It can also optionally notify the user via email about the password change. This node is useful in scenarios where automated user management and password updates are required, such as in administrative workflows or user account maintenance.

Use Case Examples

  1. Change a user's password by specifying their ID and new password.
  2. Automatically notify users via email when their password is changed by enabling the notification option.

Properties

Name Meaning
Id Unique identifier of the user whose password is to be changed.
Password The new password to set for the user.
Notify User If true, an email will be sent to the user with the new password.

Output

JSON

  • json - The response from the Billing Booth One API after attempting to change the user's password. This typically includes confirmation of the password change or error details if the operation failed.

Dependencies

  • Requires an API key credential for the Billing Booth One API, including the base URL and access token.

Troubleshooting

  • Common issues include missing or invalid user ID, invalid or weak password, and API authentication errors due to incorrect or expired credentials.
  • Error messages from the API will be propagated and can include details such as 'No routing information found' if the resource or operation is misconfigured, or HTTP errors if the API request fails.
  • Ensure the API credentials are correctly set and the user ID exists in the system before attempting to change the password.

Discussion