latestOpenAPI 3.0.02026-08-10416661.5 MB

e96b3e58b041

Users

Get profile details

REQUIRED SCOPES <code>['users:read']</code><br>Get profile details

get/users/profile

Response

Successful operation

idinteger
first_namestring
last_namestring
full_namestring
photo_urlstring url
formatted_numberstring
numberstring
countrystring
country_calling_codestring
emailstring email
timezonestring nullable

Example response

{
  "id": 1,
  "first_name": "John",
  "last_name": "Doe",
  "full_name": "John Doe",
  "photo_url": "https://example.com/photo.jpg",
  "formatted_number": "+1 (555) 123-4567",
  "number": "15551234567",
  "country": "US",
  "country_calling_code": "1",
  "email": "john.doe@example.com",
  "timezone": "America/New_York"
}