Actions25
- Attachment Actions
- User Actions
- Associated Actions
- Candidate Actions
- Note Actions
- Note Type Actions
- Photo Actions
- Profile Actions
- Role Actions
- Status Actions
Overview
This node interacts with the Zoho Recruit API to retrieve user data from a Zoho Recruit organization. Specifically, the "Get Users" operation under the "User" resource allows you to fetch lists of users filtered by various criteria such as active status, confirmation status, administrative privileges, and more.
Common scenarios where this node is beneficial include:
- Synchronizing user information from Zoho Recruit into other systems.
- Auditing or reporting on user statuses within your recruitment organization.
- Automating workflows that depend on user roles or activity status.
For example, you could use this node to get all active confirmed admin users to send them targeted notifications or to generate a report of all deactivated users for compliance purposes.
Properties
| Name | Meaning |
|---|---|
| User Type | Type of users to retrieve. Options include: - Active Confirmed Admins - Active Confirmed Users - Active Users - Admin Users - All Users (active and inactive) - Confirmed Users - Current User - Deactive Users - Deleted Users - Not Confirmed Users |
| Return All | Whether to return all matching results or limit the number of returned users. |
| Limit | Maximum number of user records to return if "Return All" is false. |
Output
The output JSON contains an array of user objects under the users field. Each user object includes detailed information about the user according to the Zoho Recruit API response. The exact fields depend on the API but typically include user identifiers, names, email addresses, roles, statuses, and other metadata.
No binary data is output by this operation.
Dependencies
- Requires an OAuth2 API credential configured for Zoho Recruit with appropriate permissions.
- The node makes authenticated HTTP GET requests to the Zoho Recruit API endpoint corresponding to the selected user type.
- No additional external dependencies are required.
Troubleshooting
- Missing or invalid credentials: Ensure that the OAuth2 credential for Zoho Recruit is correctly set up and authorized.
- Invalid User Type: The "User Type" property is required; omitting it will cause an error.
- API rate limits or connectivity issues: Network problems or API throttling may cause request failures.
- Partial data retrieval: If "Return All" is false and "Limit" is set, only up to that number of users will be returned.
- Empty results: If no users match the selected type, the output will contain an empty array.
If errors occur, check the error messages for details and verify that the parameters and credentials are correct.