Skip to main content
POST
/
update-profile
"<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.