For AI agents and LLMs: a machine-readable index is available at llms.txt. A plain-Markdown version of any documentation page is available by appending .md to its URL.
Skip to main content
User ProfileEdit name by User
TestMu AI
StatusCommunityBlog
User Profile

Edit name by User

Edit name by User

POST
/api/user
Edit name by User
curl --request POST \
--url "https://auth.lambdatest.com/api/user" \
--header "Authorization: Basic <encoded-value>" \
--header "Content-Type: application/json" \
--data '{
"name": "pawan rai"
}'
{
"message": "User profile updated successfully",
"type": "success"
}

Authorizations

Authorizationstringheaderrequired

Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.

Body

application/json
namestring

Response

application/json

Edit name User success

messagestring
typestring
Edit name by User
curl --request POST \
--url "https://auth.lambdatest.com/api/user" \
--header "Authorization: Basic <encoded-value>" \
--header "Content-Type: application/json" \
--data '{
"name": "pawan rai"
}'
{
"message": "User profile updated successfully",
"type": "success"
}