PATCH
/
abdm
/
v1
/
profile

Authorizations

auth
string
headerrequired

The API requires the following auth in headers for authentication.

Body

application/json
day_of_birth
integer
required

Day of birth of the user.

first_name
string
required

First name of the user.

gender
enum<string>
required

Gender of the user ('M' for male, 'F' for female, 'O' for other).

Available options:
M,
F,
O
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.

address
string | null

Address of the user.

last_name
string | null

Last name of the user.

middle_name
string | null

Middle name of the user.