AvantGuard - ConnectSecure icon

AvantGuard - ConnectSecure

AvantGuard - ConnectSecure

Actions223

Overview

This node interacts with the AvantGuard ConnectSecure API to retrieve information about asset user shares. Specifically, the "Get Retrieve Asset User Share" operation fetches details related to a particular asset user share by its unique identifier. This is useful in scenarios where you need to programmatically access or audit user share data associated with assets, such as verifying permissions, tracking asset usage, or integrating asset sharing information into other workflows.

Practical examples include:

  • Automatically retrieving user share details when an asset is accessed.
  • Integrating asset user share data into reporting dashboards.
  • Validating user permissions before performing further operations on assets.

Properties

Name Meaning
X USER ID The User Id header value required for authentication or identification of the user making the request.
Id The unique numeric identifier of the asset user share to retrieve.

Output

The node outputs JSON data representing the details of the requested asset user share. This typically includes fields describing the share's properties, such as user information, asset references, permissions, timestamps, and other metadata returned by the API.

No binary data output is indicated for this operation.

Dependencies

  • Requires an API key credential for AvantGuard ConnectSecure to authenticate requests.
  • Needs the base URL of the AvantGuard ConnectSecure API configured in the node credentials.
  • Depends on the @avantguardllc/n8n-openapi-node package for building and handling OpenAPI-based requests.

Troubleshooting

  • Missing or invalid X USER ID header: Ensure that the "X USER ID" property is set correctly; it is mandatory and used as a request header.
  • Invalid or non-existent Id: Verify that the "Id" corresponds to a valid asset user share in the system.
  • Authentication errors: Confirm that the API key credential is properly configured and has sufficient permissions.
  • Network or connectivity issues: Check the base URL and network access to the AvantGuard ConnectSecure API endpoint.

Common error messages will likely relate to authorization failures, missing parameters, or resource not found errors. Resolving these involves validating input properties and credential configurations.

Links and References

Discussion