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.
emailstringOptionalformat: "email"
firstNamestringOptional>=1 character
lastNamestringOptional>=1 character
preferencesobjectOptional

Response

Updated user profile
idstring
updatedAtstring
emailstring
firstNamestring
lastNamestring
preferencesobject

Errors

400
Bad Request Error
401
Unauthorized Error
403
Forbidden Error
500
Internal Server Error