---
title: "PATCH /abdm/v1/profile"
method: PATCH
path: "/abdm/v1/profile"
---

# PATCH /abdm/v1/profile

`PATCH /abdm/v1/profile`

Update Profile Details

<Note>The API expects all the fields returned by the [Get Profiles API](/api-reference/user-app/abdm-connect/profile/details/profile-details) to be included in the PATCH request body.</Note>

## Query parameters

- `oid` string — OID is used to Identify the user.

## Headers

- `X-Pt-Id` string
- `X-Partner-Pt-Id` string
- `X-Hip-Id` string

## Request body

- DetailsRequestType2
  - `address` unknown
  - `day_of_birth` integer, required — Day of birth of the user.
  - `first_name` string, required — First name of the user.
  - `gender` 'M' | 'F' | 'O', required — Gender of the user ('M' for male, 'F' for female, 'O' for other).
  - `last_name` unknown
  - `middle_name` unknown
  - `month_of_birth` integer, required — Month of birth of the user.
  - `pincode` string, required — Pincode of the user's address.
  - `year_of_birth` integer, required — Year of birth of the user.

## Response `204`

No Content

## Other responses

- `4XX`
- `5XX`

---

[API](https://skmtc.net/eka/apis/eka-developer-apis.md) · [All operations](https://skmtc.net/eka/apis/eka-developer-apis/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/eka/eka-developer-apis/versions/9ea23456f722/schema)
