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" : "pawan rai"
} '
{
"message" : "Service Account updated successfully" ,
"type" : "success"
}
Authorizations Authorization string header required
Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.
Path Parameters id integer required
ID of Service Account
Response 200▼
application/json Update 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" : "pawan rai"
} '
{
"message" : "Service Account updated successfully" ,
"type" : "success"
}