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 'Delete Multiple Users' operation, it allows users to delete multiple user records by providing a list of unique user identifiers. This is useful in scenarios where bulk user management is required, such as cleaning up inactive accounts or removing users in batch from a system.

Use Case Examples

  1. Deleting multiple users by specifying their unique IDs in a JSON array.
  2. Automating user cleanup processes by integrating this node in workflows that identify users to be deleted.

Properties

Name Meaning
Additional Body Fields Allows specifying additional fields in the request body, including a JSON array of user IDs to delete.

Output

JSON

  • json - The JSON response from the Billing Booth One API after attempting to delete the specified users. This includes success or error details for each request.

Dependencies

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

Troubleshooting

  • Common issues include providing an invalid or empty list of user IDs, which may result in API errors or no users being deleted.
  • Errors related to authentication failures if the API key credential is missing or invalid.
  • Network or API endpoint errors if the base URL is incorrect or the API service is unavailable.

Links

Discussion