X Write

Update profile avatar

patch/x/profile/avatar

Request body

accountstring required

X account (@username or ID) receiving avatar from URL

urlstring uri required

HTTPS URL to the avatar image to download

Example request

{
  "account": "@elonmusk",
  "url": "https://example.com/avatar.png"
}

Response

Success

successtrue required

Example response

{
  "success": true
}

Changes