/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

KeyDatatypeRequiredDescription
Acceptstring

RESPONSES

status: OK

{"profile":{"display_name":"\u003cstring\u003e"}}