---
title: "Update Creator Profile"
method: PUT
path: "/creator/profile"
tags: ["creator"]
---

# Update Creator Profile

`PUT /creator/profile`

Update current user's creator profile.

## Request body

- CreatorProfileUpdate — Schema for updating a creator profile.
  - `display_name` string, nullable
  - `bio` string, nullable
  - `avatar_url` string, nullable
  - `social_links` object, nullable
  - `payout_method` string, nullable
  - `payout_threshold` union
    - number
    - string
  - `auto_payout` boolean, nullable

## Response `200`

Successful Response

- BackendSchemasCreatorCreatorProfileResponse — Schema for creator profile response.
  - `id` string, uuid, required
  - `user_id` string, uuid, required
  - `display_name` string, nullable
  - `bio` string, nullable
  - `avatar_url` string, nullable
  - `social_links` object
  - `creator_tier` string, required
  - `is_verified` boolean, required
  - `verification_date` string, date-time, nullable
  - `total_referrals` integer, required
  - `total_conversions` integer, required
  - `total_revenue_generated` string, required
  - `lifetime_earnings` string, required
  - `pending_balance` string, required
  - `payout_method` string, nullable
  - `payout_threshold` string, required
  - `auto_payout` boolean, required
  - `stripe_connect_onboarding_complete` boolean, required
  - `stripe_connect_payouts_enabled` boolean, required
  - `created_at` string, date-time, required
  - `updated_at` string, date-time, nullable

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/meganova/apis/fastapi.md) · [All operations](https://skmtc.net/meganova/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/meganova/fastapi/revisions/2b2bab8b9017/schema)
