update_profile
Update Twitter profile fields such as name, bio, location, URL, color, and birthdate through an API.
Instructions
Update Twitter profile fields (name, bio, location, URL, color, birthdate) programmatically via API
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | No | Website URL shown on profile. | |
| name | No | Display name. | |
| location | No | Location text. | |
| description | No | Bio text. | |
| birthdate_day | No | ||
| birthdate_year | No | ||
| birthdate_month | No | ||
| profile_link_color | No | Hex color (e.g. 1DA1F2). | |
| birthdate_visibility | No | self, mutualfollow, followers, following, or public. |