{
  "actions": [
    {
      "name": "rESTfulUsersGet",
      "protocol": "REST",
      "method": "GET",
      "entitypath": "{base_path}/{version}/wapi/v1/users?{query}",
      "requestSchema": "schema.json",
      "responseSchema": "schema.json",
      "timeout": 0,
      "sendEmpty": false,
      "sendGetBody": false,
      "requestDatatype": "JSON",
      "responseDatatype": "JSON",
      "headers": {},
      "responseObjects": [
        {
          "type": "default",
          "key": "",
          "mockFile": "mockdatafiles/rESTfulUsersGet-default.json"
        }
      ]
    },
    {
      "name": "rESTfulUsersPut",
      "protocol": "REST",
      "method": "PUT",
      "entitypath": "{base_path}/{version}/wapi/v1/users?{query}",
      "requestSchema": "schema.json",
      "responseSchema": "schema.json",
      "timeout": 0,
      "sendEmpty": false,
      "requestDatatype": "JSON",
      "responseDatatype": "JSON",
      "headers": {},
      "responseObjects": [
        {
          "type": "default",
          "key": "",
          "mockFile": ""
        }
      ]
    },
    {
      "name": "rESTfulUsersPost",
      "protocol": "REST",
      "method": "POST",
      "entitypath": "{base_path}/{version}/wapi/v1/users?{query}",
      "requestSchema": "schema.json",
      "responseSchema": "schema.json",
      "timeout": 0,
      "sendEmpty": false,
      "requestDatatype": "JSON",
      "responseDatatype": "JSON",
      "headers": {},
      "responseObjects": [
        {
          "type": "default",
          "key": "",
          "mockFile": ""
        }
      ]
    },
    {
      "name": "rESTfulUsersGetById",
      "protocol": "REST",
      "method": "GET",
      "entitypath": "{base_path}/{version}/wapi/v1/users/{pathv1}?{query}",
      "requestSchema": "schema.json",
      "responseSchema": "schema.json",
      "timeout": 0,
      "sendEmpty": false,
      "sendGetBody": false,
      "requestDatatype": "JSON",
      "responseDatatype": "JSON",
      "headers": {},
      "responseObjects": [
        {
          "type": "default",
          "key": "",
          "mockFile": "mockdatafiles/rESTfulUsersGetById-default.json"
        }
      ]
    },
    {
      "name": "putWapiV1UsersId",
      "protocol": "REST",
      "method": "PUT",
      "entitypath": "{base_path}/{version}/wapi/v1/users/{pathv1}?{query}",
      "requestSchema": "schema.json",
      "responseSchema": "schema.json",
      "timeout": 0,
      "sendEmpty": false,
      "requestDatatype": "JSON",
      "responseDatatype": "JSON",
      "headers": {},
      "responseObjects": [
        {
          "type": "default",
          "key": "",
          "mockFile": ""
        }
      ]
    },
    {
      "name": "rESTfulUsersDelete",
      "protocol": "REST",
      "method": "DELETE",
      "entitypath": "{base_path}/{version}/wapi/v1/users/{pathv1}?{query}",
      "requestSchema": "schema.json",
      "responseSchema": "schema.json",
      "timeout": 0,
      "sendEmpty": false,
      "requestDatatype": "JSON",
      "responseDatatype": "JSON",
      "headers": {},
      "responseObjects": [
        {
          "type": "default",
          "key": "",
          "mockFile": ""
        }
      ]
    },
    {
      "name": "rESTfulUsersSetPassword",
      "protocol": "REST",
      "method": "PUT",
      "entitypath": "{base_path}/{version}/wapi/v1/users/{pathv1}/set_password?{query}",
      "requestSchema": "schema.json",
      "responseSchema": "schema.json",
      "timeout": 0,
      "sendEmpty": false,
      "requestDatatype": "JSON",
      "responseDatatype": "JSON",
      "headers": {},
      "responseObjects": [
        {
          "type": "default",
          "key": "",
          "mockFile": ""
        }
      ]
    }
  ]
}