Private User

Update current user

Update the authenticated user's profile (name, job type, favorite platforms, image).

patch/api/user

Request body

firstNamestring required
lastNamestring required
jobTypestring
imageUrlstring nullable
favoritePlatformsstring[]
emailProviderstring
workspaceIdstring

Response

User updated successfully

successboolean

Changes

No recorded changes to this endpoint across all 80 revisions of this API.