---
title: "V1 Update Profile"
method: PATCH
path: "/api/v1/auth/profile"
---

# V1 Update Profile

`PATCH /api/v1/auth/profile`

## Headers

- `authorization` string, nullable

## Request body

- ProfileIn
  - `name` string
  - `display_name` string
  - `full_name` string
  - `institution` string
  - `research_area` string
  - `usage_purpose` string
  - `title` string

## Response `200`

Successful Response

- object

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/omicos/apis/omicos-server.md) · [All operations](https://skmtc.dev/omicos/apis/omicos-server/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/omicos/omicos-server/revisions/a00b94573ffe/schema)
