Service Account›Update Service Account
Service Account
Update Service Account
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": "<name>"
}'
{
"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
Response
application/jsonUpdate Service Accounts Success
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": "<name>"
}'
{
"message": "Service Account updated successfully",
"type": "success"
}