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 retrieve all customer access users for a specified customer. It is useful for scenarios where you need to list or manage users who have access to a particular customer's resources within the Billing Booth One system. For example, it can be used to fetch user lists for auditing, reporting, or access control purposes.

Use Case Examples

  1. Retrieve all access users for a specific customer to audit permissions.
  2. Fetch a paginated list of users with access to a customer account for reporting.

Properties

Name Meaning
Customer Select the customer for which to retrieve access users.
Limit Maximum number of entries to return in the response.
Offset Starting offset for pagination of results.
Search Search term to filter users by name.
Sort Sort order of results, e.g., by email ascending or descending.

Output

JSON

  • json - The JSON response containing the list of customer access users and related data returned from the API.

Dependencies

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

Troubleshooting

  • Common issues include missing or invalid API credentials, resulting in authentication errors.
  • Incorrect or missing required parameters such as the customer ID can cause the API request to fail.
  • Network or API endpoint issues may cause request failures; verify the base URL and network connectivity.
  • Error messages from the API are propagated; ensure to handle errors gracefully and check the error details in the output.

Discussion