Skip to main content
PATCH
Update current user's profile

Authorizations

Authorization
string
header
required

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

Body

application/json
profile
object
required

Profile data (name, avatar_url, and any custom fields)

Response

Profile updated successfully

id
string<uuid>

User ID

profile
object | null

User profile data (can contain custom fields)