action openchannel_get_users_user_id { label: "Return a single user" description: "- Results are returned for the market provided within the basic authentication credentials\n" provider: openchannel method: GET path: "/users/{userId}" encoding: json input: { type: "object" properties: { userId: { type: "string" } } required: ["userId"] additionalProperties: false } output: { type: "object" additionalProperties: true } }