---
title: "Upsert Sponsor Profile"
method: POST
path: "/api/sponsorship/guardian/preferences"
tags: ["sponsorship"]
---

# Upsert Sponsor Profile

`POST /api/sponsorship/guardian/preferences`

Create or update the current user's sponsor profile.

## Headers

- `x-user-id` string, nullable

## Request body

- SponsorProfileRequest
  - `message` string, nullable
  - `discord_username` string, nullable
  - `share_on_kindness_wall` boolean

## Response `200`

Successful Response

- object

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/usecreed/apis/creed-api.md) · [All operations](https://skmtc.net/usecreed/apis/creed-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/usecreed/creed-api/revisions/39e293adecd1/schema)
