action flat_get_user { label: "Get a public user profile" description: "Get a public profile of a Flat User.\n" provider: flat method: GET path: "/users/{user}" encoding: json output: { description: "Public User details" type: "object" } }