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
UsersEdit details by admin
TestMu AI
StatusCommunityBlog
Users

Edit details by admin

Edit details by admin

POST
/api/organization/user
Edit details by admin
curl --request POST \
--url "https://auth.lambdatest.com/api/organization/user" \
--header "Authorization: Basic <encoded-value>" \
--header "Content-Type: application/json" \
--data '{
"group_id": 421,
"name": "Pawan",
"user_id": 407869
}'
{
"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

Edit details by admin

group_idnumber
namestring
user_idnumber

Response

application/json

Edit name by admin Success

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