Get User Profile
Scope: | get_user_profile |
App Type: | All |
Authorization Type: | Access token |
Url: | v3/users/me?lang={lang} |
HTTP Method: | GET |
Response Information
application/json
{ "id": "sample string 1", "loginName": "sample string 2", "email": "sample string 3", "firstName": "sample string 4", "lastName": "sample string 5", "countryCode": "sample string 6", "streetAddress": "sample string 7", "city": "sample string 8", "state": "sample string 9", "postalCode": "sample string 10", "phoneCountryCode": "sample string 11", "phoneAreaCode": "sample string 12", "phoneNumber": "sample string 13", "avatarUrl": "sample string 14" }