# Returns a paginated list of customers in MSP deployments Used to get the customer list data. ## Endpoint `GET /intelligence/api/targets/deploymentCustomers` ## Request URL `https://[{serverurl}](https://www.manageengine.com/products/desktop-central/help/api/cloud/oauth-authentication-endpoint-domain.html)/intelligence/api/targets/deploymentCustomers` ## Scope `DesktopCentralCloud.DEX.READ` ## Header `Authorization: Zoho-oauthtoken d92d4xxxxxxxxxxxxx15f52` ## Request Parameters ### Request Headers | Parameter | Type | Required | Value | |---|---|---|---| | Accept | string | Mandatory | `application/deploymentCustomers.v1+json` | ### Query Parameters | Parameter | Type | Required | Description | |---|---|---|---| | offset | long | Optional | Page offset for pagination (0-based, default: 0) | | limit | long | Optional | Maximum number of results per page (default: 50) | | search | string | Optional | Optional search filter applied to customer names | ## Sample Request ```curl curl --request GET \ --url https://appdomains/intelligence/api/targets/deploymentCustomers \ --header 'Accept: application/deploymentCustomers.v1+json' \ --header 'Authorization: Zoho-oauthtoken d92d4xxxxxxxxxxxxx15f52' ``` ## Response Parameters ### HTTP Code 200 Response Body: `application/json` | Parameter | Type | Description | |---|---|---| | customers | JSON Array | Empty customer list returned for single-tenant deployments | ## Sample Response: HTTP 200 ```json { "customers": [] } ``` ## Possible Response Codes | Code | Type | Description | |---|---|---| | 200 | HTTP code | Single-tenant deployment | ## Rate Limit ![Help](https://www.zohowebstatic.com/sites/zweb/images/people/ico-help.png) **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.