# Load computers into the specified remote office Loads the remote office computers. ## Endpoint **POST** `/dcapi/som/remote-offices/{remote_office_id}/computers/load` ## Request URL https://[{serverurl}](https://www.manageengine.com/products/desktop-central/help/api/cloud/oauth-authentication-endpoint-domain.html)/dcapi/som/remote-offices/{remote_office_id}/computers/load ## Scope `DesktopCentralCloud.SOM.CREATE` ## Header `Authorization: Zoho-oauthtoken d92d4xxxxxxxxxxxxx15f52` ## Request Parameters ### Request Headers - **Accept** `string` **Mandatory**: `application/roComputersLoadStatus.v1+json` ### Path Parameters - **remote_office_id** `string` **Mandatory**: Unique identifier for the remote office. Get the remote office ID from the [Get Remote Offices](https://www.manageengine.com/products/desktop-central/help/api/cloud/remote-offices-getremoteoffices.html) `resource_id` field in the response. ## Sample Request ```curl 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' ``` ## Response Parameters ### HTTP Code 202 Response Body: `application/json` - `JSON Object` - **uniqueServiceID** `long`: Unique service ID to track the async load process. - **isComputersAddInProgress** `boolean`: `true` if the computer loading process has been initiated. ## Possible Response Codes - **202** `HTTP code` ## Sample Response: HTTP 202 Computer loading process initiated successfully. ```json { "uniqueServiceID": 1749820553760, "isComputersAddInProgress": true } ``` ![](https://www.zohowebstatic.com/sites/zweb/images/people/ico-help.png) **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.