Actions7
- Group Actions
- SIM Actions
Overview
This node interacts with the CloudApn API to perform operations related to groups, specifically to view group details by group ID. It is useful for retrieving detailed or simplified information about a specific group within the CloudApn system, which can be applied in scenarios such as managing user groups, auditing group memberships, or integrating group data into workflows.
Use Case Examples
- Retrieve detailed information about a specific group by its ID.
- Get a simplified summary of a group for quick display or reporting.
Properties
| Name | Meaning |
|---|---|
| Group ID | The unique identifier of the group to retrieve. |
| Simplify | Whether to return a simplified version of the response instead of the raw data. |
Output
JSON
groupid- The unique identifier of the group.name- The name of the group.description- Description of the group.members- List of members in the group.createdAt- Timestamp when the group was created.updatedAt- Timestamp when the group was last updated.
Dependencies
- CloudApn API
- An API key credential for CloudApn API authentication
Troubleshooting
- Ensure the provided Group ID is valid and exists in the CloudApn system to avoid 'Group not found' errors.
- Check that the API key credential is correctly configured and has the necessary permissions to access group data.
- If the response is not simplified as expected, verify the 'Simplify' boolean parameter is set correctly.
