Z
ZohoBooksApi
Arcade Native

ActivateInactiveUser

ZohoBooksApi.ActivateInactiveUser

Arcade Native Built and maintained by Arcade with full support
Supported by Arcade

Description

Mark an inactive user as active.

Use this tool to activate a user who is currently marked as inactive in the system.

Input Parameters

{
  "parameters": [
    {
      "name": "organization_id",
      "required": true,
      "inferrable": true,
      "description": "The unique ID of the organization for which the user will be reactivated. Ensure it matches the organization's records.",
      "value_schema": {
        "val_type": "string"
      }
    },
    {
      "name": "user_identifier",
      "required": true,
      "inferrable": true,
      "description": "Unique identifier for the user to be activated.",
      "value_schema": {
        "val_type": "string"
      }
    }
  ]
}

Output

{
  "description": "Response from the API endpoint 'mark_user_active'.",
  "value_schema": {
    "val_type": "json"
  },
  "available_modes": [
    "value",
    "error"
  ]
}