Skip to main content
PATCH
Update Profile

Authorizations

X-API-Key
string
header
required

Body

application/json

Schema for updating user profile.

name
string | null
profile
UserProfile · object | null

User profile schema matching frontend UserProfile type.

Response

Successful Response

Schema for user response.

id
string<uuid>
required
email
string
required
created_at
string<date-time>
required
name
string | null
user_type
string
default:provider
email_verified
boolean
default:false
profile
Profile · object
effective_tier
string
default:free
is_admin
boolean
default:false
team_id
string<uuid> | null
team_role
string | null
team_name
string | null