Connect Secure icon

Connect Secure

Consume Connect Secure API

Actions222

Overview

This node interacts with the Connect Secure API to retrieve detailed information about Active Directory groups. Specifically, the "Retrieve Get Groups Details" operation fetches group details based on various query parameters such as company ID, object GUID, and source. This node is useful in scenarios where you need to integrate Active Directory group data into workflows, for example, syncing group memberships, auditing group properties, or automating user access management.

Practical examples include:

  • Fetching all groups associated with a specific company.
  • Retrieving details of a particular group identified by its Object GUID.
  • Filtering groups based on custom conditions or ordering results.

Properties

Name Meaning
Company Id Numeric identifier of the company for which to retrieve group details.
Object Guid Unique string identifier (GUID) of the Active Directory object (group) to retrieve.
Source Source system or domain from which to retrieve the group details.
X USER ID User identifier sent as a header for authentication or tracking purposes.
Condition Optional query condition to filter the groups returned.
Skip Number of records to skip in the result set (for pagination).
Limit Maximum number of records to return (for pagination).
Order By Field name(s) to order the results by.

Output

The node outputs JSON data containing the retrieved Active Directory group details. The structure typically includes group attributes as returned by the Connect Secure API, such as group names, IDs, membership info, and other metadata depending on the API response.

No binary data output is indicated for this operation.

Dependencies

  • Requires an API key credential for authenticating with the Connect Secure API.
  • The node depends on the Connect Secure API being accessible and properly configured.
  • No additional environment variables are explicitly required beyond the API credential.

Troubleshooting

  • Common issues:

    • Missing or invalid API credentials will cause authentication failures.
    • Incorrect or missing required parameters like company_id, object_guid, or source will result in errors or empty responses.
    • Network connectivity problems can prevent successful API calls.
  • Error messages:

    • Authentication errors typically indicate invalid or expired API keys; verify and update credentials.
    • Validation errors may occur if required parameters are not provided or are malformed; ensure all required fields are correctly filled.
    • Rate limiting or quota exceeded errors from the API require checking usage limits or contacting the API provider.

Links and References

Discussion