Konverte Digital icon

Konverte Digital

Interact with Konverte Digital API

Actions115

Overview

This node interacts with the Konverte Digital API to list all users associated with a specific account. It is useful for scenarios where you need to retrieve user information for account management, reporting, or integration purposes. For example, you can use it to fetch all users of a customer account to synchronize user data with another system or to audit user access.

Use Case Examples

  1. Retrieve all users for account ID 12345 to sync with a CRM system.
  2. List all users of an account to generate a report on user activity.

Properties

Name Meaning
Account Id The numeric ID of the account for which to list all users.
Request Options Additional options to control the request behavior, such as batching, SSL certificate validation, proxy settings, and timeout.

Output

JSON

  • users - Array of user objects associated with the specified account.
  • totalCount - Total number of users found for the account.

Dependencies

  • Konverte Digital API
  • API authentication token (credential)

Troubleshooting

  • Ensure the Account Id is a valid numeric ID; invalid or missing IDs will cause errors.
  • If SSL certificate validation fails and you trust the source, enable 'Ignore SSL Issues' to bypass validation.
  • Check proxy settings if requests fail due to network restrictions.
  • Timeout errors may occur if the server is slow; increase the timeout setting if needed.

Links

Discussion