App Logo
tiktok.com

Edit own TikTok profile

Change the display name and/or bio on the TikTok account the browser is signed in as. Pass either field or both; anything you leave out is untouched. The account's own values are read first, so asking for what is already set makes no change and says so. After saving, the profile is reloaded and re-read to confirm the new values are really stored, and the handle that was edited is echoed back so you can tell which account was affected. TikTok limits display-name changes to once every seven days and will reject a second attempt inside that window. The username is deliberately not editable here: changing it also rewrites the profile link, which would break every saved link to the account.

Input

bio optional

New bio text. Pass an empty string to clear the bio. TikTok caps the bio at 80 characters and stores its own truncation, which is what gets reported back. Omit to leave it unchanged.

displayName optional

New display name (the bold name above the handle). TikTok allows this change only once every seven days and rejects it inside that window. Omit to leave it unchanged.

Output

after required

Values read back from the reloaded profile after saving.

before required

Values read from the profile before any edit.

changed required

Which fields were actually written. Empty when nothing needed changing.

account_used required

Handle of the account that was actually edited, read from the signed-in session rather than assumed.

already_present required

True when every requested value already matched the profile, so nothing was written.

verified_on_page required

True when the profile was reloaded after saving and the stored values matched what was asked for.

Start building not clicking