---
title: "Update User Profile"
method: PATCH
path: "/discord/user/{snowflake}/profile"
tags: ["Discord", "User Profile"]
---

# Update User Profile

`PATCH /discord/user/{snowflake}/profile`

Updates the profile information for a given Discord user, such as their locale.

## Path parameters

- `snowflake` string, required

## Request body

- SprintUserProfile
  - `locale` string
  - `snowflake` string

## Response `200`

User profile updated successfully

- object
  - `message` string
  - `snowflake` string

## Other responses

- `400` — Bad request, e.g., invalid input body or no valid fields provided for update
- `401` — Unauthorized, not enough permissions
- `404` — User profile not found for the given snowflake
- `500` — Internal server error

---

[API](https://skmtc.dev/seraph/apis/seraph-api.md) · [All operations](https://skmtc.dev/seraph/apis/seraph-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/seraph/seraph-api/revisions/82a1ec01c64d/schema)
