Nalpeiron Zentitle2 icon

Nalpeiron Zentitle2

Interact with Nalpeiron Zentitle2 API

Overview

This node integrates with the Nalpeiron Zentitle2 API, allowing users to interact with various entitlement-related resources. Specifically, for the "Entitlement" resource and the "List Entitlement Groups Authorized Users" operation, it retrieves a list of users authorized within a specified entitlement group. This is useful in scenarios where you need to audit or manage user access rights within software licensing or entitlement groups managed by Nalpeiron.

Practical examples include:

  • Fetching all users who have access to a particular software entitlement group.
  • Automating reports on user entitlements for compliance or license management.
  • Integrating entitlement user data into broader workflows for user provisioning or deprovisioning.

Properties

Name Meaning
Entitlement Group ID The unique identifier of the entitlement group whose authorized users you want to list. This is a required string input.

Output

The node outputs JSON data representing the list of users authorized in the specified entitlement group. Each item in the output typically contains user details such as user identifiers, names, roles, or other relevant authorization metadata as provided by the Nalpeiron Zentitle2 API.

If the API supports binary data (e.g., attachments or files), the node would handle that accordingly, but based on the provided code and operation, the output is primarily structured JSON data.

Dependencies

  • Requires an active connection to the Nalpeiron Zentitle2 API.
  • Needs an API authentication token credential configured in n8n (referred generically as an API key credential).
  • The base URL defaults to https://api.nalpeiron.com unless overridden in credentials.
  • Requires tenant identification via a header (N-TenantId) set from credentials.

Troubleshooting

  • Missing or invalid Entitlement Group ID: Ensure the Entitlement Group ID is correctly provided and corresponds to an existing group in Nalpeiron.
  • Authentication errors: Verify that the API key credential and tenant ID are correctly configured and valid.
  • Network issues or API downtime: Check connectivity to the Nalpeiron API endpoint and confirm service availability.
  • Permission denied or insufficient rights: Confirm that the API key has permissions to read entitlement group user information.
  • Unexpected response format: If the API changes, the node might fail to parse the response; check for updates or API version changes.

Links and References

Discussion