In the /me endpoint, what are the valid values for the app.region property? In my test account, I get back the string “US”, but what are the values for the EU and Australian regions? (Or any other that are supported.)
Hey
For the United States, "region
" will refer to State. With other countries it may vary - for example in Canada "region
" refers to Province. You can see a list of all region values and their abbreviations here.
Hi
This example is from the Intercom docs:
```
{
"type": "admin",
"id": "2633609",
"email": "hermione.granger@awesomecorp.io",
"name": "Hermione Granger",
"email_verified": true,
"app": {
"type": "app",
"id_code": "drzzt019",
"name": "Hogwarts workspace",
"created_at": 1661876617,
"secure": true,
"identity_verification": true,
"timezone": "Europe/Edinburgh",
"region": "US"
},
"avatar": {
"type": "avatar",
"image_url": "https://static.intercomassets.com/avatars/56395503/square_128/5449623-166556.jpg"
},
"has_inbox_seat": true
}
```
Reply
Join the Intercom Community 🎉
Already have an account? Login
Login to the community
No account yet? Create an account
Intercom Customers and Employees
Log in with SSOEnter your E-mail address. We'll send you an e-mail with instructions to reset your password.