Skip to main content
PUT
/
v1
/
me
Update authenticated user
curl --request PUT \
  --url https://getkontext.io/api/v1/me \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "firstName": "<string>",
  "lastName": "<string>",
  "avatarBase64": "<string>",
  "avatarType": "<string>",
  "preferences": {
    "theme": "light"
  }
}
'
{
  "error": "<string>",
  "issues": [
    {
      "code": "<string>",
      "message": "<string>",
      "path": [
        "<string>"
      ]
    }
  ]
}

Documentation Index

Fetch the complete documentation index at: https://getkontext.io/docs/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

API key (ktx_key_*) or session Bearer token

Body

application/json
firstName
string
Minimum string length: 1
lastName
string
Minimum string length: 1
avatarBase64
string
avatarType
string
preferences
object

Response

User updated