Common - Server Discover

Server discover api lists various server details like whether server supports only local authentication ,active directory authentication enabled domains etc.


  • Functionality
  • Retrieve Server information before authentication.
  • HTTP Method 
  • GET
  • API URI
  • api/1.4/desktop/discover
  • Auth Token Required
  • No

Response Data

 { "message_response": { "discover": { "login_data": { "is_local_authentication_only": false, "domain_list": [ "zohocorp" ], "default_domain": "ZOHOCORP" } } }, "status": "success", "message_version": "1.0", "message_type": "discover" }