Found on web UI under settings > Profile
Useful for getting timezone
{
"operationName":"Common_GetMe",
"variables":{
},
"query":"query Common_GetMe {\n me {\n ...UserFields\n id\n profile {\n id\n hasSeenCategoriesManagementTour\n dismissedTransactionsListUpdatesTourAt\n viewedMarkAsReviewedUpdatesCalloutAt\n dismissedRecurringWalkthroughAt\n hasDismissedWhatsNewAt\n __typename\n }\n __typename\n }\n}\n\nfragment UserFields on User {\n birthday\n email\n id\n isSuperuser\n name\n timezone\n hasPassword\n hasMfaOn\n externalAuthProviderNames\n pendingEmailUpdateVerification {\n email\n __typename\n }\n profilePicture {\n id\n cloudinaryPublicId\n thumbnailUrl\n __typename\n }\n profilePictureUrl\n activeSupportAccountAccessGrant {\n id\n createdAt\n expiresAt\n __typename\n }\n __typename\n}"
}
Found on web UI under settings > Profile
Useful for getting timezone
{
"operationName":"Common_GetMe",
"variables":{
},
"query":"query Common_GetMe {\n me {\n ...UserFields\n id\n profile {\n id\n hasSeenCategoriesManagementTour\n dismissedTransactionsListUpdatesTourAt\n viewedMarkAsReviewedUpdatesCalloutAt\n dismissedRecurringWalkthroughAt\n hasDismissedWhatsNewAt\n __typename\n }\n __typename\n }\n}\n\nfragment UserFields on User {\n birthday\n email\n id\n isSuperuser\n name\n timezone\n hasPassword\n hasMfaOn\n externalAuthProviderNames\n pendingEmailUpdateVerification {\n email\n __typename\n }\n profilePicture {\n id\n cloudinaryPublicId\n thumbnailUrl\n __typename\n }\n profilePictureUrl\n activeSupportAccountAccessGrant {\n id\n createdAt\n expiresAt\n __typename\n }\n __typename\n}"
}