Users
Show current user
Retrieve the currently authenticated user information
GET
Show current user
Authorizations
OAuth 2.0 Bearer Token from Clerk authentication
Response
current user retrieved
The ID of the user
Example:
"abc123xyz"
Email address of the user
Example:
"user@example.com"
First name of the user
Example:
"John"
Last name of the user
Example:
"Doe"
Authentication details for the current personal access token. Only present on /v1/me when authenticating with a PAT.
Show current user