Cloud Radial icon

Cloud Radial

Interact with Cloud Radial API

Actions64

Overview

This node interacts with the Cloud Radial API to retrieve multiple user records based on OData query options. It is useful for scenarios where you need to fetch a list of users with specific filtering, selection, ordering, and pagination criteria. For example, you can use it to get users from a particular company, select only certain fields like userId and email, order the results by userName, and limit the number of results returned.

Use Case Examples

  1. Retrieve all users from company ID 123 with only userId and email fields.
  2. Get the top 50 users ordered by userName ascending.
  3. Skip the first 10 users and get the next 50 users.

Properties

Name Meaning
OData Query Options Options to filter, select, order, and paginate the user data retrieved from the API.
Request Options Settings to control request behavior such as batching, SSL validation, proxy, and timeout.

Output

JSON

  • users - Array of user objects retrieved from the Cloud Radial API based on the specified OData query options.

Dependencies

  • Cloud Radial API
  • An API key credential for authentication

Troubleshooting

  • Ensure the API URL and credentials are correctly configured to avoid authentication errors.
  • If the request times out, consider increasing the timeout setting or checking network connectivity.
  • Invalid OData query expressions may cause API errors; verify the syntax of filter, select, and orderby parameters.
  • If SSL certificate validation fails and you trust the endpoint, enable the 'Ignore SSL Issues' option to bypass validation.

Links

Discussion