action mailscript_get_authenticated_user { label: "Get the authenticated user" provider: mailscript method: GET path: "/user" encoding: json output: { required: ["createdAt", "displayName", "email", "id"] properties: { createdAt: { type: "string" format: "date-time" } displayName: { type: "string" } email: { type: "string" } id: { type: "string" } photoURL: { type: "string" } } } }