How can I generate a report of my active Teammates or active Admins w/o using API?
I need a simple export of 3 columns 1. Teammate Email 2.Assigned Teams 3. Has Inbox Seat?
How can I generate a report of my active Teammates or active Admins w/o using API?
I need a simple export of 3 columns 1. Teammate Email 2.Assigned Teams 3. Has Inbox Seat?
Best answer by Roy
Hello @raj j 👋,
To get the admin list you should use the following request:
$ curl https://api.intercom.io/admins\
-H 'Authorization:Bearer <Your access token>' \
-H 'Accept: application/json'
However, it's not currently possible to get Inbox seat information via API.
More Information about Admin List API can be found in Intercom Developer Docs.
I hope this will be helpful, Let me know if you have any further questions about Admin List API.
Already have an account? Login
No account yet? Create an account
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.