Skip to main content
GET
Get specific user

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

userId
string<uuid>
required

User ID

Response

User details

id
string<uuid>
email
string<email>
profile
object | null

User profile data (name, avatar_url, and custom fields)

metadata
object | null

System metadata (device ID, login IP, etc.)

emailVerified
boolean
providers
string[]
createdAt
string<date-time>
updatedAt
string<date-time>