action ijenko_me_get { label: "Information about the User" description: "Get information on the authenticated *User* who does the request.\n\nThe *login* property is returned only if the *User* is the administrator of\nthe *Account*.\n" provider: ijenko method: GET path: "/me" encoding: json output: { type: "object" additionalProperties: true } }