Skip to main content
POST
/
update-profile
Update Profile
curl --request POST \
  --url https://api.example.com/update-profile \
  --header 'Content-Type: application/x-www-form-urlencoded' \
  --data 'name=<string>' \
  --data 'phone=<string>' \
  --data 'address=<string>' \
  --data 'company=<string>' \
  --data 'job_title=<string>' \
  --data 'bio=<string>'
"<string>"

Update Profile

Endpoint for updating user profile information.

Request Body

FieldTypeRequiredDescription
namestringNoUser’s full name
phonestringNoUser’s phone number
addressstringNoUser’s address
companystringNoUser’s company name
job_titlestringNoUser’s job title
biostringNoUser’s biography

Responses

StatusDescriptionContent Type
200Profile updatedtext/html
422Validation Errorapplication/json

Body

application/x-www-form-urlencoded
name
string
phone
string
address
string
company
string
job_title
string
bio
string

Response

Successful Response

The response is of type string.