Actions113
- Accounts Actions
- Account Users 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
- Custom Attributes Actions
- Contacts Actions
- Contact Actions
- Automation Rule Actions
- Help Center Actions
- Conversations Actions
- Conversation Assignment Actions
- Conversation Labels Actions
- Inboxes Actions
- Messages Actions
- Integrations Actions
- Webhooks Actions
- Teams Actions
- Custom Filters Actions
- Reports Actions
Overview
This node interacts with the ChatWoot API to list all users associated with a specific account. It is useful for scenarios where you need to retrieve and manage user information within a ChatWoot account, such as displaying user lists, auditing user access, or integrating user data into other workflows.
For example, you might use this node to fetch all users of a customer support team in ChatWoot to synchronize them with another system or to generate reports on user activity.
Properties
| Name | Meaning |
|---|---|
| Account Id | The numeric ID of the ChatWoot account for which to list all users |
Output
The node outputs JSON data containing the list of users for the specified account. Each user object typically includes details such as user ID, name, email, role, and status within the account.
If the API supports it, the output may also include pagination metadata or additional user-related information.
No binary data output is expected from this operation.
Dependencies
- Requires an API key credential for authenticating with the ChatWoot API.
- The base URL for the ChatWoot instance must be configured in the node credentials.
- Internet access to reach the ChatWoot API endpoint.
Troubleshooting
- Invalid Account Id: If the provided account ID does not exist or is incorrect, the API will likely return an error indicating that the account was not found. Verify the account ID before running the node.
- Authentication Errors: Missing or invalid API credentials will cause authentication failures. Ensure the API key and base URL are correctly set in the node credentials.
- API Rate Limits: If the ChatWoot API rate limits are exceeded, requests may fail temporarily. Implement retry logic or reduce request frequency.
- Network Issues: Connectivity problems can cause timeouts or failed requests. Check network settings and firewall rules.