Get list of customers under the MSP account based on limit and offset
GET {{base_url}}/msp_api/v1/customers?offset=0&limit=10&customer_name=<string>
Get list of customers under the MSP account
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
offset | number | pagination start index | |
limit | number | pagination end index | |
customer_name | string | Filter on Customer Name |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Accept | string |
RESPONSES
status: OK
{"customers":[{"account_status":"\u003cstring\u003e","account_type":"\u003cstring\u003e","application_id":"\u003cstring\u003e","application_instance_id":"\u003cstring\u003e","created_at":"\u003cnumber\u003e","customer_id":"\u003cstring\u003e","customer_name":"\u003cstring\u003e","description":"\u003cstring\u003e","group":{"name":"\u003cstring\u003e"},"device_quota":"\u003cinteger\u003e","lock_msp_ssids":"\u003cboolean\u003e","msp_conversion_status":"\u003cstring\u003e","msp_id":"\u003cinteger\u003e","platform_customer_details":{"address":{"city":"\u003cstring\u003e","country_code":"\u003cstring\u003e","state_or_region":"\u003cstring\u003e","street_address":"\u003cstring\u003e","zip":"\u003cstring\u003e"},"company_name":"\u003cstring\u003e","created_by":"\u003cstring\u003e","defaulted_country_code":"\u003cstring\u003e","description":"\u003cstring\u003e","email":"\u003cstring\u003e","phone_number":"\u003cstring\u003e"},"platform_customer_id":"\u003cstring\u003e","provision_status":"PROVISIONED","region":"\u003cstring\u003e","ap_config_diff":"\u003cstring\u003e","hppc_config_diff":"\u003cstring\u003e","switch_config_diff":"\u003cstring\u003e","updated_at":"\u003cstring\u003e","username":"\u003cstring\u003e"},{"account_status":"\u003cstring\u003e","account_type":"\u003cstring\u003e","application_id":"\u003cstring\u003e","application_instance_id":"\u003cstring\u003e","created_at":"\u003cnumber\u003e","customer_id":"\u003cstring\u003e","customer_name":"\u003cstring\u003e","description":"\u003cstring\u003e","group":{"name":"\u003cstring\u003e"},"device_quota":"\u003cinteger\u003e","lock_msp_ssids":"\u003cboolean\u003e","msp_conversion_status":"\u003cstring\u003e","msp_id":"\u003cinteger\u003e","platform_customer_details":{"address":{"city":"\u003cstring\u003e","country_code":"\u003cstring\u003e","state_or_region":"\u003cstring\u003e","street_address":"\u003cstring\u003e","zip":"\u003cstring\u003e"},"company_name":"\u003cstring\u003e","created_by":"\u003cstring\u003e","defaulted_country_code":"\u003cstring\u003e","description":"\u003cstring\u003e","email":"\u003cstring\u003e","phone_number":"\u003cstring\u003e"},"platform_customer_id":"\u003cstring\u003e","provision_status":"PROVISION_INIT","region":"\u003cstring\u003e","ap_config_diff":"\u003cstring\u003e","hppc_config_diff":"\u003cstring\u003e","switch_config_diff":"\u003cstring\u003e","updated_at":"\u003cstring\u003e","username":"\u003cstring\u003e"}],"status":"\u003cstring\u003e","total":"\u003cnumber\u003e"}