Skip to main content

Delete User

AutomatR.Zoho.Activities.DeleteUser

The "Delete User" activity in AutomatR is part of the Zoho activities package, allowing the deletion of a user by their user ID in Zoho CRM. This activity streamlines user management tasks, enhancing automation workflows.

Properties

NameDescription
Input
User IDProvide the user ID of the Zoho CRM user to be deleted. This is a required field.
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
ResultReturns the status message indicating whether the user was deleted or encountered an error. String variable type.

How to Use

  1. Drag and drop the "Delete User" activity onto the workflow.
  2. Configure the properties by specifying the Zoho CRM user ID to be deleted.
  3. Optionally, configure the delay and customize the display name.
  4. Execute the workflow to delete the specified Zoho CRM user.

Example

Consider an example where the "Delete User" activity is used to delete a Zoho CRM user with the user ID "789":

Delete User:
User ID: "789"
Delay: 0

In this example, the activity attempts to delete the Zoho CRM user with the specified user ID. The delay is set to 0, indicating that the activity should start immediately. The result of the deletion operation is stored in the string variable "result" for further handling in the workflow.