Skip to content
Search
K
Main Navigation
Learn
Resources
Official Apps
API Reference
Release Notes
Appearance
Menu
Return to top
Get the current user's profile
GET
/resources/me/profile
Responses
200
400
401
403
OK
Content-Type
text/plain
Schema
JSON
JSON
{
"name"
:
"string"
,
"picture"
:
"string"
,
"email"
:
"string"
,
"pendingEmail"
:
"string"
,
"pendingEmailExpiresAt"
:
"string"
,
"phone"
:
"string"
,
"pendingPhone"
:
"string"
,
"legacySystemId"
:
"string"
}
GET
/resources/me/profile
Samples