This endpoint performs a partial update on the authenticated user’s profile. You only need to send the fields you want to change — omitted fields are left untouched. This makes it straightforward to update a single value, such as a phone number or city, without resending the entire user record.Documentation Index
Fetch the complete documentation index at: https://mintlify.com/harshalw2003/BidAuc/llms.txt
Use this file to discover all available pages before exploring further.
Endpoint
application/json
Request parameters
The user’s name. Send either or both sub-fields to update.
User’s email address. Must be unique across all accounts.
User’s phone number. Must be unique across all accounts.
Stored address for the user. Send any combination of sub-fields.
Business name to display on the account. Particularly relevant for Provider accounts.
Example request
Success response
Error response
Response fields
true when the update was applied, false when it failed.Human-readable status message. On failure, this contains the underlying error description.