Skip to main content
Question

Getting Referred Users automatically

  • June 17, 2026
  • 1 reply
  • 37 views

Maurizio_polver
Forum|alt.badge.img+6

Hello everyone, i’d like to access to the page airtable.com/account/credits and get the JSON of my referred users, which can be found under “credits”

I’m talking about this:

"acceptedInvitedUsers": [{
                    "id": "usrp*****c9IeJ4G84E",
                    "email": "m*******@hotmail.com",
                    "profilePicUrl": "https:\u002F\u002Fstatic.airtable.com\u002Fimages\u002FuserIcons\u002Fuser_icon_7.png",
                    "name": "Maurizio",
                    "wasAwardedCreditForReferringUser": false,
                    "_invitedTime": "2026-06-10T16:59:09.000Z"
                }, {
                    "id": "usrCw9R7*****KZcIzo",
                    "email": "f*********i@optibus.com",
                    "profilePicUrl": "https:\u002F\u002Fstatic.airtable.com\u002Fimages\u002FuserIcons\u002Fuser_icon_10.png",
                    "name": "*********",
                    "wasAwardedCreditForReferringUser": true,
                    "_invitedTime": "2026-05-26T13:29:57.000Z"
                },

 

What would be the best way to fetch this data? It’s not an API call unfortunatly

Thank you very much for your help!

1 reply

Maurizio_polver
Forum|alt.badge.img+6
  • Author
  • Known Participant
  • June 19, 2026

I was actuallly expecting something more..

I already did that and it seems that Airtable will block any automatic access with login for this case.

I dont want to do something that may cause my accouny to be blocked and this is why i’m asking here, hopefully getting sharper answers than a chat gbt generated one next...