Customers (MSP Edition Only)

Customers (MSP Edition Only)

Customer Information in MSP

End Points
Get Customer list

Attribute

customer_id
long
Unique Identifier for the customer
customer_name
string
Name of the customer
customer_email
string
Email ID of the customer
device_count
integer
Maximum device limit for the customer
no_of_devices
integer
Total number of devices limit for the customer
added_time
long
Time when the customer was added
updated_time
long
Time when the customer details were last updated

Example

[ { "customer_id": 99731238129, "customer_name": "MDM", "customer_email": "admin@zylker.com", "device_count": 1, "no_of_devices": 200, "added_time": 123213213213213, "updated_time": 123213213213214 } ]

Get Customer list

Get a list of Customers available in MDM MSP
oauthscope : MDMOnDemand.MDMAdmin.READ

Request Example

Click to copy
curl --request GET \ --url https://www.mdm.manageengine.com/customers \ --header 'Authorization: Zoho-oauthtoken 1000.41d9xxxxxxxxxxxxxxxxxxxxxxxxc2d1.8fccxxxxxxxxxxxxxxxxxxxxxxxx125f' \ --header 'X-CUSTOMER: 9007199254740995'

Response Example

HTTP/1.1 200 Read
{ "customers": [ { "customer_id": 99731238129, "customer_name": "MDM", "customer_email": "admin@zylker.com", "device_count": 1, "no_of_devices": 200, "added_time": 123213213213213, "updated_time": 123213213213214 } ] }