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
Name | Description |
---|---|
Input | |
User ID | Provide the user ID of the Zoho CRM user to be deleted. This is a required field. |
Misc | |
Display Name | Provides 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 | |
Delay | Enter the wait time in seconds (Example: 5 seconds, i.e., 5) to start the activity. |
Output | |
Result | Returns the status message indicating whether the user was deleted or encountered an error. String variable type. |
How to Use
- Drag and drop the "Delete User" activity onto the workflow.
- Configure the properties by specifying the Zoho CRM user ID to be deleted.
- Optionally, configure the delay and customize the display name.
- 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.