action callcontrol_enterprise_api_get_user { label: "Enterprise GET: GetUser \nReturns the current information from the user; try 12066194123 as demo" description: "" provider: callcontrol method: GET path: "/api/2015-11-01/Enterprise/GetUser/{phoneNumber}" encoding: json input: { type: "object" properties: { phoneNumber: { type: "string" } } required: ["phoneNumber"] additionalProperties: false } output: { type: "object" additionalProperties: true } }