AvantGuard - ConnectSecure icon

AvantGuard - ConnectSecure

AvantGuard - ConnectSecure

Actions223

Overview

This node operation retrieves a view of Active Directory groups associated with a specified user. It is useful in scenarios where you need to fetch group membership information for a particular user from an Active Directory service, such as for access control audits, user provisioning, or reporting purposes.

For example, an IT administrator might use this node to get all groups a user belongs to in order to verify permissions or to automate group-based workflows.

Properties

Name Meaning
X USER ID The unique identifier of the user whose Active Directory groups are to be retrieved.
Additional Query Parameters Optional parameters to refine the query:
- Condition: A filter condition to narrow down results.
- Skip: Number of records to skip (for pagination).
- Limit: Maximum number of records to return.
- Order By: Field(s) to order the results by.

Output

The output JSON contains the retrieved Active Directory groups related to the specified user. Each item typically represents a group object with its attributes as returned by the Active Directory API.

If binary data were involved (not indicated here), it would represent files or attachments related to the groups, but this operation focuses on JSON data only.

Dependencies

  • Requires an API key credential to authenticate requests against the Active Directory service.
  • The node uses a base URL configured in credentials to connect to the Active Directory API endpoint.
  • No additional external dependencies are indicated beyond the bundled OpenAPI client.

Troubleshooting

  • Missing or invalid User ID: If the "X USER ID" property is empty or incorrect, the API will likely return an error or no results. Ensure the user ID is valid and correctly formatted.
  • API authentication errors: If the API key or credentials are missing or invalid, authentication will fail. Verify that the correct API key credential is configured.
  • Query parameter issues: Incorrect values in additional query parameters (e.g., non-numeric skip/limit) may cause request failures. Validate input types before execution.
  • Network or connectivity problems: Ensure the base URL and network access to the Active Directory API are properly set up.

Links and References

Discussion