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 'Activate Multiple Users' operation, it activates multiple user accounts by sending a list of user IDs to the API. This is useful in scenarios where bulk user activation is needed, such as onboarding multiple users at once in a billing or subscription management system.

Use Case Examples

  1. Activating multiple user accounts in a billing system by providing their unique IDs in a single API call.
  2. Bulk user management tasks where multiple users need to be activated simultaneously to streamline workflows.

Properties

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

Output

JSON

  • json - The JSON response from the Billing Booth One API after activating the users, which may include details about the activated users or status messages.

Dependencies

  • Billing Booth One API with an API key credential for authentication

Troubleshooting

  • Ensure the 'id' field contains a valid JSON array of user IDs; invalid JSON will cause errors.
  • Check that the API base URL and authentication token are correctly configured in the node credentials.
  • If the API returns an error, the node will output the error message in the JSON response; verify the user IDs and permissions.

Links

Discussion