Actions38
- Attribute Actions
- Customer Actions
- Entitlement Actions
- Feature Actions
- Product Actions
- Local License Server Actions
- Offering Actions
- Plan Actions
Overview
This node integrates with the Nalpeiron Zentitle2 API, specifically allowing operations related to customers and their users. The "Get Customer Users" operation retrieves information about a specific user associated with a given customer. This is useful in scenarios where you need to manage or audit user access, track user activity, or synchronize user data from the Nalpeiron Zentitle2 system into other workflows or databases.
Practical examples include:
- Fetching detailed user information for a customer to display in a CRM.
- Automating user management tasks based on retrieved user data.
- Integrating user data into reporting or compliance systems.
Properties
| Name | Meaning |
|---|---|
| Customer ID | The unique identifier of the customer whose user information you want to retrieve. |
| User ID | The unique identifier of the user associated with the specified customer. |
Output
The node outputs JSON data containing details about the specified user under the given customer. The exact structure depends on the API response but typically includes user attributes such as name, email, roles, status, and other metadata relevant to the user within the Nalpeiron Zentitle2 system.
No binary data output is indicated by the source code.
Dependencies
- Requires an API key credential for authenticating with the Nalpeiron Zentitle2 API.
- The base URL for the API can be configured via credentials; defaults to
https://api.nalpeiron.com. - The node sets necessary headers including content type and tenant identification from credentials.
Troubleshooting
- Missing or invalid API credentials: Ensure that the API key and tenant ID are correctly configured in the node credentials.
- Invalid Customer ID or User ID: Verify that the provided identifiers exist and are correct; otherwise, the API may return errors or empty results.
- Network or connectivity issues: Confirm network access to the Nalpeiron API endpoint.
- API rate limits or permissions: Check if the API key has sufficient permissions and is not throttled.
Common error messages will likely relate to authentication failures, resource not found (invalid IDs), or request timeouts.
Links and References
- Nalpeiron Zentitle2 API Documentation (general reference, replace with actual link if available)
- n8n documentation on creating custom nodes