Loads the remote office computers
https://{serverurl}/dcapi/som/remote-offices/{remote_office_id}/computers/load
Authorization: Zoho-oauthtoken d92d4xxxxxxxxxxxxx15f52
Unique identifier for the remote office, get remote office id from Get Remote Offices resource_id field in response
curl --request POST \
--url https://appdomains/dcapi/som/remote-offices/{remote_office_id}/computers/load \
--header 'Accept: application/roComputersLoadStatus.v1+json' \
--header 'Authorization: Zoho-oauthtoken d92d4xxxxxxxxxxxxx15f52'Unique service ID to track the async load process
true if the computer loading process has been initiated
Computer loading process initiated successfully
{
"uniqueServiceID": 1749820553760,
"isComputersAddInProgress": true
}
![]()
Duration: 1 minute | Threshold: 30 | 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.