Hi community,
I’m working on the integration between ServiceNow and AirTable, the goal is to manage AirTable subscriptions through ServiceNow, so I need to get AirTable user subscriptions into ServiceNow.
Looking at the AirTable API documentation, I don’t see anywhere how to do a simple “Get Users”.
Using the Enterprise Account > Get Information, I’m only getting the userIds without the other parameters.
https://api.airtable.com/v0/meta/enterpriseAccounts/EnterpriseAccountId
How can I get the list of AirTable users including all the following basic information?
"state": "provisioned",
"email": "foo@bar.com",
"name": "foo baz",
"lastActivityTime": "2019-01-03T12:33:12.421Z"
Thanks a lot for your support
Regards
Alberto