Skip to main content

PUT /accounts/profile

This endpoint allows a user to update their profile information.

Request Body

string
The user’s new first name (1-50 characters).
string
The user’s new last name (1-50 characters).
string
The user’s new company name (max 100 characters).

Response

boolean
Whether the update was successful.
string
A status message.
object
The updated account details.