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 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
- Retrieve all users from company ID 123 with only userId and email fields.
- Get the top 50 users ordered by userName ascending.
- 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
- Cloud Radial API OData Documentation - Official documentation for OData query options supported by the Cloud Radial API.