Skip to main content
GET
Show current user

Authorizations

Authorization
string
header
required

OAuth 2.0 Bearer Token from Clerk authentication

Response

current user retrieved

id
string
required

The ID of the user

Example:

"abc123xyz"

email
string<email>
required

Email address of the user

Example:

"user@example.com"

first_name
string | null
required

First name of the user

Example:

"John"

last_name
string | null
required

Last name of the user

Example:

"Doe"

api_access
object

Authentication details for the current personal access token. Only present on /v1/me when authenticating with a PAT.