- Neucron
- Admin
- App
- Assetyzer
- Get AllAsset of current user
- Update Certificate
- Register Certificate
- Get Certificate Details
- Mint Certificate
- Deleting Asset
- Deploy Asset
- Get Asset Details
- Data Integrity
- Issue Asset
- Get AssetLedger Details
- Get AllAssetLedgers of current user
- Merge Asset
- Mint Asset
- Redeem Asset
- Register Asset
- Updating Security Token
- Register Security Token
- Get Asset stats
- Sync MNEE token
- Data Integrity For Text
- Transfer Asset
- Updating Asset
- Get All Utility Token
- Assetyzer Business
- Auth
- Invoice
- Notification
- Pay
- Team
- Templates
- Wallet
Update User
PUT
/v1/auth/user/update
Auth
Last modified:2025-05-08 10:58:16
Request
Body Params application/json
aadhar_card
string
optional
address
string
optional
avatar
string
optional
city
string
optional
country
string
optional
country_code
string
optional
currency
string
optional
dob
string
optional
email
string
optional
first_name
string
optional
gender
string
optional
language
string
optional
last_name
string
optional
pan
string
optional
phone_number
string
optional
pin_code
string
optional
upi
string
optional
user_name
string
optional
Example
{
"aadhar_card": "string",
"address": "string",
"avatar": "string",
"city": "string",
"country": "string",
"country_code": "string",
"currency": "string",
"dob": "string",
"email": "string",
"first_name": "string",
"gender": "string",
"language": "string",
"last_name": "string",
"pan": "string",
"phone_number": "string",
"pin_code": "string",
"upi": "string",
"user_name": "string"
}
Request samples
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request PUT '/v1/auth/user/update' \
--header 'Content-Type: application/json' \
--data-raw '{
"aadhar_card": "string",
"address": "string",
"avatar": "string",
"city": "string",
"country": "string",
"country_code": "string",
"currency": "string",
"dob": "string",
"email": "string",
"first_name": "string",
"gender": "string",
"language": "string",
"last_name": "string",
"pan": "string",
"phone_number": "string",
"pin_code": "string",
"upi": "string",
"user_name": "string"
}'
Responses
🟢200OK
application/json
Body
Additional properties
string
optional
Example
{
"property1": "string",
"property2": "string"
}
🟠400Bad Request
🟠401Unauthorized
🟠409409
🔴500Server Error
Modified at 2025-05-08 10:58:16