[[["Leicht verständlich","easyToUnderstand","thumb-up"],["Mein Problem wurde gelöst","solvedMyProblem","thumb-up"],["Sonstiges","otherUp","thumb-up"]],[["Benötigte Informationen nicht gefunden","missingTheInformationINeed","thumb-down"],["Zu umständlich/zu viele Schritte","tooComplicatedTooManySteps","thumb-down"],["Nicht mehr aktuell","outOfDate","thumb-down"],["Problem mit der Übersetzung","translationIssue","thumb-down"],["Problem mit Beispielen/Code","samplesCodeIssue","thumb-down"],["Sonstiges","otherDown","thumb-down"]],["Zuletzt aktualisiert: 2024-09-05 (UTC)."],[[["Retrieves the Gmail profile of the current user, including email address, total messages, total threads, and history ID."],["Uses a GET request to the URL `https://gmail.googleapis.com/gmail/v1/users/{userId}/profile`, where `{userId}` can be the user's email address or `me` for the authenticated user."],["Requires authorization with specific OAuth scopes, such as `https://mail.google.com/` or `https://www.googleapis.com/auth/gmail.readonly`."],["The response body contains a JSON object representing the user's profile with fields like `emailAddress`, `messagesTotal`, `threadsTotal`, and `historyId`."],["The request body must be empty."]]],[]]