Profile
Update Profile
Name, gender and date of birth cannot be edited for a KYC verified ABHA
PATCH
/
abdm
/
v1
/
profile
Authorizations
auth
string
headerrequiredThe API requires the following auth in headers for authentication.
Body
application/json
day_of_birth
integer
requiredDay of birth of the user.
first_name
string
requiredFirst name of the user.
gender
enum<string>
requiredGender of the user ('M' for male, 'F' for female, 'O' for other).
Available options:
M
, F
, O
month_of_birth
integer
requiredMonth of birth of the user.
pincode
string
requiredPincode of the user's address.
year_of_birth
integer
requiredYear 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.