{
  "actions": [
    {
      "name": "enterpriseGetEnterpriseUsers",
      "protocol": "REST",
      "method": "POST",
      "entitypath": "{base_path}/{version}/enterprise/getEnterpriseUsers?{query}",
      "requestSchema": "schema.json",
      "responseSchema": "schema.json",
      "timeout": 0,
      "sendEmpty": false,
      "requestDatatype": "JSON",
      "responseDatatype": "JSON",
      "headers": {},
      "responseObjects": [
        {
          "type": "default",
          "key": "",
          "mockFile": "mockdatafiles/enterpriseGetEnterpriseUsers-default.json"
        }
      ]
    },
    {
      "name": "enterpriseInsertEnterpriseUser",
      "protocol": "REST",
      "method": "POST",
      "entitypath": "{base_path}/{version}/enterprise/insertEnterpriseUser?{query}",
      "requestSchema": "schema.json",
      "responseSchema": "schema.json",
      "timeout": 0,
      "sendEmpty": false,
      "requestDatatype": "JSON",
      "responseDatatype": "JSON",
      "headers": {},
      "responseObjects": [
        {
          "type": "default",
          "key": "",
          "mockFile": "mockdatafiles/enterpriseInsertEnterpriseUser-default.json"
        }
      ]
    },
    {
      "name": "enterpriseProxyGetEnterpriseProxyUsers",
      "protocol": "REST",
      "method": "POST",
      "entitypath": "{base_path}/{version}/enterpriseProxy/getEnterpriseProxyUsers?{query}",
      "requestSchema": "schema.json",
      "responseSchema": "schema.json",
      "timeout": 0,
      "sendEmpty": false,
      "requestDatatype": "JSON",
      "responseDatatype": "JSON",
      "headers": {},
      "responseObjects": [
        {
          "type": "default",
          "key": "",
          "mockFile": "mockdatafiles/enterpriseProxyGetEnterpriseProxyUsers-default.json"
        }
      ]
    }
  ]
}