Update user profile
Update the profile of the authenticated user (dashboard only).
Authentication
AuthorizationBearer
API key or Clerk session token
Request
This endpoint expects an object.
email
firstName
lastName
preferences
Response
Updated user profile
id
updatedAt
email
firstName
lastName
preferences
Errors
400
Bad Request Error
401
Unauthorized Error
403
Forbidden Error
500
Internal Server Error