AvantGuard - ConnectSecure icon

AvantGuard - ConnectSecure

AvantGuard - ConnectSecure

Actions223

Overview

This node operation retrieves credentials information from the AvantGuard ConnectSecure API. It is useful when you need to fetch stored credential details for a specific user or set of users, potentially filtered or ordered by certain criteria. Practical use cases include auditing user credentials, synchronizing credential data with other systems, or dynamically accessing credential metadata during workflow execution.

Properties

Name Meaning
X USER ID The User Id for which the credentials are being retrieved. This is a required string header.
Additional Query Parameters Optional parameters to refine the query:
- Condition: A query condition/filter string.
- Skip: Number of records to skip (pagination).
- Limit: Maximum number of records to return.
- Order By: Field(s) to order the results by.

Output

The output JSON contains the retrieved credentials data as returned by the API. This typically includes an array or object with credential details such as IDs, names, associated users, and other metadata. The exact structure depends on the API response schema defined in the bundled OpenAPI specification but generally represents credential records matching the query.

No binary data output is indicated or expected from this operation.

Dependencies

  • Requires an API key credential for AvantGuard ConnectSecure API authentication.
  • The node expects the base URL of the API to be configured in the credentials.
  • The node uses HTTP headers and query parameters to communicate with the API endpoint.

Troubleshooting

  • Missing or invalid X USER ID: Since the User Id header is required, omitting it or providing an incorrect value will likely cause authentication or authorization errors. Ensure the User Id is correctly specified.
  • Invalid query parameters: Providing malformed or unsupported query conditions may result in API errors or empty responses. Validate query syntax and parameter types.
  • API connectivity issues: Network problems or incorrect base URL configuration can cause request failures. Verify network access and credential settings.
  • Permission errors: If the API key does not have sufficient rights to retrieve credentials, the API will reject the request. Confirm that the API key has appropriate permissions.

Links and References

Discussion