Current user
GET
/v1/me
PATCH
/v1/me
{
"id": "user_1o4q123qMeCkKKIXcA9h8",
"object": "user",
"external_id" "my_previous_auth_solution_id",
"username": null,
"first_name": "Boss",
"last_name": "Clerk",
"profile_image_url": "https://images.clerk.dev/uploaded/img_jlkkcq2786n0.jpeg",
"primary_email_address_id": "idn_1o4qfa1caa235iei6",
"primary_phone_number_id": null,
"primary_web3_wallet_id": null,
"password_enabled": true,
"two_factor_enabled": false,
"email_addresses": [
{
"id": "idn_1o4dI2qlcaXSXE6",
"object": "email_address",
"email_address": "[email protected]",
"verification": {
"status": "verified",
"strategy": "from_oauth_google"
},
"linked_to": [
{
"type": "oauth_google",
"id": "idn_1o4qfbU8Y2345234acClb"
}
]
}
],
"phone_numbers": [],
"web3_wallets": [],
"external_accounts": [
{
"object": "google_account",
"id": "idn_1o4qfbU8YjpJgClb",
"google_id": "10086712340624",
"approved_scopes": "email https://www.googleapis.com/auth/userinfo.email https://www.googleapis.com/auth/userinfo.profile openid profile",
"email_address": "[email protected]",
"given_name": "Boss",
"family_name": "Clerk",
"picture": "https://lh3.googleusercontent.com/a-/AOh14Gl5hWBSGDUdas2341vtMfY6_NUbPx=s1000-c"
}
],
"public_metadata": {},
"created_at": 1612556316784,
"updated_at": 1627622297187
}
get
https://clerk.example.com
/v1/me
Retrieve current user
patch
https://clerk.example.com
/v1/me
Update current user
Last modified 1yr ago