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
Service AccountUpdate Service Account
TestMu AI
StatusCommunityBlog
Service Account

Update Service Account

Update Service Account

PUT
/api/organization/service-accounts/{id}
Update Service Account
curl --request PUT \
--url "https://auth.lambdatest.com/api/organization/service-accounts/{id}" \
--header "Authorization: Basic <encoded-value>" \
--header "Content-Type: application/json" \
--data '{
"name": "pawan rai"
}'
{
"message": "Service Account 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.

Path Parameters

idintegerrequired

ID of Service Account

Body

application/json
namestring

Response

application/json

Update Service Accounts Success

messagestring
typestring
Update Service Account
curl --request PUT \
--url "https://auth.lambdatest.com/api/organization/service-accounts/{id}" \
--header "Authorization: Basic <encoded-value>" \
--header "Content-Type: application/json" \
--data '{
"name": "pawan rai"
}'
{
"message": "Service Account updated successfully",
"type": "success"
}