---
title: "Api Auth Update Profile"
method: PATCH
path: "/api/auth/me"
tags: ["Auth"]
---

# Api Auth Update Profile

`PATCH /api/auth/me`

Update the current user's profile fields.

## Request body

- ProfileUpdateRequest
  - `name` string, nullable
  - `role` string, nullable
  - `country` string, nullable
  - `province` string, nullable

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/aabiro/apis/xcelsior.md) · [All operations](https://skmtc.dev/aabiro/apis/xcelsior/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/aabiro/xcelsior/revisions/526c3dd3d9d7/schema)
