/v1/users/me/profile
GET {{baseUrl}}/v1/users/me/profile
Currently, this returns the display name of the user account associated with the provided access token. More user information is expected to be included in the future.
HEADERS
| Key | Datatype | Required | Description | 
|---|---|---|---|
| Accept | string | 
RESPONSES
status: OK
{"profile":{"display_name":"\u003cstring\u003e"}}