latestOpenAPI 3.0.0©2023 All Rights Reserved2026-08-1759317455.5 KB

360bf0176ab2

user

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.

get/v1/users/me/profile

Response

OK

Example response

{
  "profile": {
    "display_name": "Jane Doe"
  }
}