Actions7
- Group Actions
- SIM Actions
Overview
This node interacts with the CloudApn API to list users of a specified group. It is useful for scenarios where you need to retrieve and manage user information within a group, such as in team management or access control systems. For example, you can use it to fetch all users in a project group to display or process their data.
Use Case Examples
- Retrieve all users in a group by specifying the Group ID.
- Fetch a simplified list of users for easier processing.
- Paginate through users by setting page and limit parameters.
Properties
| Name | Meaning |
|---|---|
| Group ID | The unique identifier of the group whose users are to be listed. |
| Simplify | Whether to return a simplified version of the response instead of the raw data. |
| Additional Fields | Optional parameters to control pagination such as page number and limit of users per page. |
Output
JSON
users- Array of user objects belonging to the specified group.paginationpage- Current page number of the user list.limit- Maximum number of users returned per page.total- Total number of users in the group.
Dependencies
- CloudApn API access with an API key credential
Troubleshooting
- Ensure the Group ID is valid and exists in the CloudApn system to avoid errors.
- Check API credentials are correctly configured to prevent authentication failures.
- If pagination parameters are set incorrectly, the node may return empty or incomplete user lists.
Links
- CloudApn API Documentation - Official API documentation for CloudApn, detailing endpoints and parameters.
