action openstf_get_user { label: "User Profile" description: "The User Profile endpoint returns information about current authorized user" provider: openstf method: GET path: "/user" encoding: json output: { type: "object" additionalProperties: true } }