Actions24
- Computer Actions
- Maintenance Actions
- Person Actions
- Provider Link Actions
- Tag Actions
- Tenant Actions
- User Actions
Overview
The node is designed to interact with the ImmyBot API, specifically to retrieve information about a user by their User ID. It is useful in scenarios where you need to fetch detailed data about a specific user from the ImmyBot system, such as for user management, reporting, or integration with other systems.
For example, you might use this node to:
- Retrieve profile details of a user to display in a dashboard.
- Fetch user information before performing updates or sending notifications.
- Integrate user data into CRM or support tools.
Properties
| Name | Meaning |
|---|---|
| User ID | The ID of the user to retrieve |
Output
The node outputs JSON data representing the user details retrieved from the ImmyBot API. This typically includes all available fields related to the user identified by the provided User ID. The exact structure depends on the API response but generally contains user attributes such as name, email, status, and other metadata.
No binary data output is indicated.
Dependencies
- Requires an API key credential for authentication with the ImmyBot API (OAuth2-based).
- The node uses a base URL constructed dynamically from the user's subdomain credential.
- The API expects JSON requests and returns JSON responses.
Troubleshooting
- Authentication errors: Ensure that the OAuth2 API credentials are correctly configured and valid.
- Invalid User ID: If the User ID does not exist or is incorrect, the API may return an error or empty result. Verify the User ID before running the node.
- Network issues: Check connectivity to the ImmyBot API endpoint, especially if using custom subdomains.
- API changes: If the API schema changes, the output structure may differ; verify with the latest ImmyBot API documentation.
Links and References
- ImmyBot API Documentation (Assumed, please replace with actual link)
- OAuth2 Authentication standards for API access