Zoho Directory Integration Tasks
Note:
- Zoho Directory integration tasks are applicable to all services except Zoho Creator.
- Each time any of the Zoho Directory integration tasks is executed, it triggers an API request in the back-end. This call is deducted from the External Calls limit available for the service from which the task is executed, based on your pricing.
- Only actual executions that receive a response (whether success or failure) are counted, not the number of times the task appears in the script. For example, if Activate User task is placed inside a for each task that iterates five times, the number of external API calls consumed will be five, even though the task appears only once in the script.
- Add User: Adds a specified user to an organization
- Update User: Updates the details of a user with new values
- Get User: Fetches a user using its ID
- Get Users: Fetches all the users
- Activate User: Activates a user using its ID
- Deactivate User: Deactivates a user using its ID
- Get Designations: Fetches all designations from the specified organization
- Get Locations: Fetches all locations from the specified organization
- Get Groups: Fetches all the groups
- Get Departments: Fetches all the departments
- Add User to a Group: Adds a user to a specified group
- Get Groups for User: Fetches groups of a user using its ID
- Get Custom Fields: Fetches all the custom fields from the specified organization
- Remove User from a Group: Removes a user from the specified group