Update a farm profile
Updates the bio and/or profile_picture_url stored for a farm profile. Provide either or both; omitted fields are left unchanged.
Rate limit: 30 requests per minute per team.
Authentication
Path parameters
Request
New account bio/about text to set on the profile. Omit to leave unchanged.
Response
Internal display name for the profile. Set via account_name at creation; defaults to username.
The TikTok handle linked to this profile. Mutable — may change if the handle is renamed on TikTok.
Profile creation time as an ISO-8601 timestamp (UTC). null until provisioning records it.
Cloud-phone identifier hosting this profile.
Lifecycle status of the profile.
configuring— phone is being provisioned and the social account is being set up.retrying— initial setup hit a snag; we’re auto-recovering on the backend. No action needed.cold— accounts are logged in but lack the history needed to start posting; no warmup runs have happened yet.warming— a warmup task is actively running on the phone (~15–30 minutes). Returns towarmwhen it finishes.warm— resting state during the warmup phase (a ~1-week schedule of warmup tasks), between runs. Not postable and not terminal — oscillates withwarminguntil enough runs complete.ready— at least 7 successful warmup tasks have completed over a span of at least 7 days; the profile is now postable. Maintenance warmups may still cycle it back throughwarmingand return it toready.failed— recovery exhausted; this profile won’t be salvaged. Terminal. Create a new profile to try again.deactivated— profile is no longer active. Terminal.
Transitions: configuring → cold → warming ↔ warm → ready. Once ready, maintenance runs flip it through warming and back to ready. configuring may pass through retrying and back, or terminate at failed. Any state can transition to deactivated.
Two-element array: [social_platform, email_auth_method]. Always ['tiktok', 'google'] or ['tiktok', 'outlook'].
Account bio/about text set on the profile. null until the phone is provisioned, or if none was provided at creation.
HTTPS URL of the image set as the account’s profile picture. null until the phone is provisioned, or if none was provided at creation.
Platform accounts on this phone (TikTok plus its linked email). Empty array until the phone is provisioned.