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 related to billing and user management. Specifically, for the 'Users' resource and 'Change Current User Password' operation, it allows a user to change their current password by providing the old password and a new password. This is useful in scenarios where users need to update their credentials securely within an automated workflow.

Use Case Examples

  1. A user wants to automate the process of updating their password in the Billing Booth One system as part of a security policy.
  2. An admin sets up a workflow to prompt users to change their passwords periodically using this node.

Properties

Name Meaning
Old Password The old/existing password for the user, required to authenticate the password change request.
New Password The new password that the user wants to set, required for the password update.

Output

JSON

  • json - The response from the Billing Booth One API after attempting to change the user's password, typically containing success or error details.

Dependencies

  • Requires an API key credential for Billing Booth One API authentication.

Troubleshooting

  • Common issues include providing incorrect old password, which will cause the API to reject the password change request.
  • If the API base URL is misconfigured, the node will fail to connect to the Billing Booth One service.
  • Errors from the API are returned in the node output; ensure the old password is correct and the new password meets any policy requirements.

Links

Discussion