Cloud Radial icon

Cloud Radial

Interact with Cloud Radial API

Actions64

Overview

This node interacts with the Cloud Radial API to retrieve information about a specific user by their User ID. It is useful in scenarios where you need to fetch detailed user data from Cloud Radial, such as for user management, reporting, or integration with other systems. For example, you can use this node to get user details to display in a dashboard or to synchronize user information with another database.

Use Case Examples

  1. Retrieve user details by providing the User ID to integrate with a CRM system.
  2. Fetch user information to generate reports on user activity or status within Cloud Radial.

Properties

Name Meaning
User ID The ID of the user to retrieve information for, required to specify which user to get.
Request Options Additional options to customize the API request, including batching, SSL certificate handling, proxy settings, and timeout configuration.

Output

JSON

  • user - The detailed information of the retrieved user from Cloud Radial API.

Dependencies

  • Cloud Radial API
  • An API key credential for authentication

Troubleshooting

  • Ensure the User ID is valid and exists in Cloud Radial to avoid 'User not found' errors.
  • Check network connectivity and proxy settings if requests time out or fail to connect.
  • If SSL certificate errors occur, consider enabling 'Ignore SSL Issues' option cautiously.
  • Verify that the API key credential is correctly configured and has sufficient permissions.

Links

Discussion