Can I get custom user attributes via API? | Community
Skip to main content
Answer

Can I get custom user attributes via API?

  • July 20, 2021
  • 1 reply
  • 228 views

In https://www.intercom.com/help/en/articles/179-send-custom-user-attributes-to-intercom,

I created

window.intercomSettings = {

app_id: APP_ID,

"book": "ABC"

};

 

How to get the key value pair book & ABC via API?

Best answer by Roy

Hello @jack c12​ ,

 

Q - How to get the key value pair book & ABC via API?

A - You can use Retrieve a contact API to get custom user attributes.

More Information can be found here -> Retrieve a contact

 

Just let me know if you have further question about this topic, will be more than happy to help.

1 reply

Roy
Top Expert ✨
Forum|alt.badge.img+5
  • Top Expert ✨
  • Answer
  • July 20, 2021

Hello @jack c12​ ,

 

Q - How to get the key value pair book & ABC via API?

A - You can use Retrieve a contact API to get custom user attributes.

More Information can be found here -> Retrieve a contact

 

Just let me know if you have further question about this topic, will be more than happy to help.