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 User' operation, it deletes a user identified by a unique ID. This node is useful in automation workflows where user management tasks such as deleting users need to be integrated with the Billing Booth One system. For example, it can be used to automatically remove users from the system based on certain triggers or conditions in a workflow.

Use Case Examples

  1. Automatically delete a user from Billing Booth One when they are removed from an external CRM system.
  2. Batch delete users based on a list of user IDs provided as input to the workflow.

Properties

Name Meaning
Id Unique identifier of the user to be deleted.

Output

JSON

  • data - Response data from the Billing Booth One API after deleting the user.

Dependencies

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

Troubleshooting

  • Ensure the 'Id' property is provided and is a valid user identifier; missing or invalid IDs will cause the operation to fail.
  • Check that the API credentials are correctly configured and have the necessary permissions to delete users.
  • Common error messages include authorization errors if the API key is invalid or lacks permissions, and not found errors if the user ID does not exist.

Links

Discussion