Actions64
- Archive Item Actions
- Article Actions
- Assessment Actions
- Catalog Actions
- Catalog Question Actions
- Company Actions
- Course Actions
- Course Enrollment Actions
- Domain Actions
- Endpoint Actions
- Flexible Asset Actions
- Flexible Asset Type Actions
- Media Actions
- Service Actions
- Service Install Actions
- Token Actions
- User Actions
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
- Retrieve user details by providing the User ID to integrate with a CRM system.
- 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
- Cloud Radial API Documentation - Official documentation for the Cloud Radial API, useful for understanding available endpoints and data structures.