Actions115
- Teams Actions
- Account Users Actions
- Custom Attributes Actions
- Contacts Actions
- Conversation Labels Actions
- Reports Actions
- Accounts Actions
- Contact Actions
- Agent Bots Actions
- Users Actions
- Inbox API Actions
- Contacts API Actions
- Conversations API Actions
- Messages API Actions
- CSAT Survey Page Actions
- Account Agent Bots Actions
- Agents Actions
- Canned Responses Actions
- Canned Response Actions
- Messages Actions
- Automation Rule Actions
- Help Center Actions
- Conversations Actions
- Conversation Assignment Actions
- Inboxes Actions
- Integrations Actions
- Profile Actions
- Custom Filters Actions
- Webhooks Actions
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
- Retrieve all users for account ID 12345 to sync with a CRM system.
- 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
- Konverte Digital API Documentation - Official API documentation for understanding available endpoints and request parameters.