Profile Updates
Developing
PUT
/auth/profiles
Update user data
/v1/me/update
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request PUT 'https://api.vidinfra.com/v1/auth/profiles' \
--header 'Content-Type: application/json' \
--data-raw '{
"first_name": "sk shahriar ahmed",
"last_name": "raka",
"user_name": "ssar",
"phone": "01838810189",
// "organization_name": "Gotipath",
"type": "owner",
"country": "BD"
}'
Response Response Example
200 - Success - Success
{"message":"Profile is updated successfully.","result":{"first_name":"Md Sohel","last_name":"Mia","user_name":"Md Sohel Mia","phone":"01838810189978","organization_name":"Gotipath","country":"BD","address_line1":null,"address_line2":null,"state":null,"zipcode":null,"city":null,"timezone":null},"success":true}
Request
Body Params application/json
Responses
Modified at 2025-06-19 04:59:01