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 'Suspend Multiple Users' operation, it allows suspending multiple users by sending a list of user IDs to the API. This is useful in scenarios where an administrator needs to bulk suspend user accounts efficiently, such as in managing access control or responding to security incidents.

Use Case Examples

  1. Suspend multiple users by providing their unique IDs in a JSON array to the node, which then sends this data to the Billing Booth One API to suspend those users.
  2. Use the node to automate user management workflows by integrating it into larger automation processes that require user suspension based on certain triggers or conditions.

Properties

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

Output

JSON

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

Dependencies

  • Requires an API key credential for the Billing Booth One API to authenticate requests.

Troubleshooting

  • Ensure the 'id' field contains a valid JSON array of user IDs; invalid JSON will cause errors.
  • Check that the API key credential is correctly configured and has the necessary permissions to suspend users.
  • If the node throws a 'No routing information found' error, verify that the resource and operation parameters are correctly set to 'Users' and 'Suspend Multiple Users'.
  • Network or API errors will be returned in the node output; review error messages for details and ensure the API endpoint URL is correct.

Discussion