Actions36
- Document Actions
- Project Actions
- Project Task Actions
- User Actions
- Company Actions
Overview
This node interacts with the awork API to retrieve user data. Specifically, the 'Get All Users' operation fetches a list of users from the awork system. It is useful for scenarios where you need to gather user information for reporting, synchronization with other systems, or automation workflows involving user data management.
Use Case Examples
- Retrieve all users in the awork system to sync with an internal database.
- Fetch a filtered list of users based on specific criteria for targeted notifications.
- Order users by their first name or other attributes for organized display or processing.
Properties
| Name | Meaning |
|---|---|
| Return All | Determines whether to return all user results or limit the number of results returned. |
| Filter By | Filter the user results by specific criteria using awork's filtering syntax. |
| Order By | Order the user results by a specific field and direction using awork's ordering syntax. |
| Request Options | Additional request options such as batching, SSL certificate validation, proxy settings, and timeout configuration. |
Output
JSON
users- Array of user objects retrieved from the awork API.
Dependencies
- awork API key credential for authentication
Troubleshooting
- Common issues include API authentication failures due to invalid or missing API key credentials. Ensure the API key is correctly configured in the node credentials.
- Filtering or ordering syntax errors may cause the API to reject the request. Refer to awork's filtering and ordering documentation for correct syntax.
- Network issues such as proxy misconfiguration or SSL certificate problems can cause request failures. Adjust request options accordingly.
Links
- awork API Filtering Documentation - Details on how to filter results using the awork API.
- awork API Ordering Documentation - Details on how to order results using the awork API.