Update the calling user's profile
Profile
Update the calling user's profile
Updates any subset of username, first_name, last_name, bio. Username changes flow through the same validators as handle claims (reserved-handle and uniqueness checks). Username collisions return 409 conflict; reserved values return 400 handle_reserved. Email is read-only from the auth identity record and cannot be updated here.
PATCH
Update the calling user's profile
Authorizations
Pass an API key (marfa_k1_...) or OAuth access token (marfa_at_...)
Body
application/json