Common - Server Properties

This API lists the domains, custom groups and branch offices managed by the Endpoint Central MSP server.

  • Functionality
  • Retrieve Server Properties
  • HTTP Method 
  • GET
  • API URI
  • api/1.3/desktop/serverproperties?customerid={customer_id}

Response Data - Success

 
{
"message_response": {
"serverproperties": {
"branch_offices": [
"Direct Comm",
"Intern Ds Remote",
"Local Office"
],
"domains": [
"ZOHOCORP",
"DESKTOPCENTRAL",
"WORKGROUP",
"macosgroup"
],
"custom_groups": [
"All Computers Group",
"All Users Group",
"Default_iOS_Corporate",
"Default_iOS_Personal",
"Default_Android_Corporate",
"Default_Android_Personal",
"Default_Windows_Corporate",
"Default_Windows_Personal",
"Inactive_Users_ZOHOCORP",
"Inactive_Computers_ZOHOCORP",
"test",
"sathish"
]
}
},
"status": "success",
"message_version": "1.3",
"message_type": "serverproperties"
}