CloudApn icon

CloudApn

Consume CloudApn API (v.0.1.6)

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

  1. Retrieve all users in a group by specifying the Group ID.
  2. Fetch a simplified list of users for easier processing.
  3. 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.
  • pagination
    • page - 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

Discussion