Skip to main content

Get List Of Users

AutomatR.Zoho.Activities.GetListOfUsers

The "Get List Of Users" activity in AutomatR is part of the Zoho activities package, designed to retrieve information about users from Zoho CRM. This activity streamlines the process of fetching user data, enhancing automation workflows.

Properties

NameDescription
Misc
Display NameProvides a customizable name for the activity displayed in the workflow. The display name enhances clarity and organization within the automation project. String variables containing the desired display name.
Optional
DelayEnter the wait time in seconds (Example: 5 seconds, i.e., 5) to start the activity.
Output
ResultOutputs the information about users. Variables of type UsersModel to store the users information.

How to Use

  1. Drag and drop the "Get List Of Users" activity onto the workflow.
  2. Configure the properties by specifying the delay and output variable for the users information.
  3. Execute the workflow to retrieve information about users from Zoho CRM.

Example

Consider an example where the "Get List Of Users" activity is used to retrieve information about all users from Zoho CRM:

Get List Of Users:
Delay: 0
Result: usersInformation

In this example, the activity attempts to retrieve details of all users from Zoho CRM. The delay is set to 0, indicating that the activity should start immediately. The result, i.e., the users information, is stored in the usersInformation variable for further handling in the workflow.