Initiates the installation of the Endpoint Central agent on a target endpoint that is currently unmanaged
This API endpoint is deprecating soon
his API endpoint will be permanently removed on January 2027, please migrate to the new endpoint
View new endpoint >post /api/1.4/som/computers/installagent
https://{serverurl}/api/1.4/som/computers/installagent
Authorization: Zoho-oauthtoken d92d4xxxxxxxxxxxxx15f52
Deprecated param not applicable
Specify the resource IDs of the computers. You can obtain these IDs from the response of this Computers API, under the resource_id_string field.
curl --request POST \
--url https://appdomains/api/1.4/som/computers/installagent \
--header 'Authorization: Zoho-oauthtoken d92d4xxxxxxxxxxxxx15f52' \
--header 'content-type: application/json' \
--data '{}' {
"resourceids": [
301
]
}
Name of the module
Response message containing computer's operation status
Indicates the status of the task initiated
Version of the Api
Status of the request
Request processed successfully
{
"message_type": "computers",
"message_response": {
"computers": {
"Status": "Installation initiated successfully"
}
},
"message_version": "1.4",
"status": "success"
}
![]()
Duration: 1 minute | Threshold: 120 | Lock period: 5 minutes
Duration - Time window for the threshold.
Threshold - Number of API calls allowed within the specified duration.
Lock Period - Wait time before consecutive API requests.
© 2026, Zoho Corporation Pvt. Ltd. All Rights Reserved.