Groups›Update multiple Group
Groups
Update multiple Group
Update multiple Group
curl --request PUT \
--url "https://auth.lambdatest.com//api/v1/organization/groups" \
--header "Authorization: Basic <encoded-value>" \
--header "Content-Type: application/json" \
--data '{
"groups": []
}'
{
"message": "Group 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.
Response
application/jsonSuccess
curl --request PUT \
--url "https://auth.lambdatest.com//api/v1/organization/groups" \
--header "Authorization: Basic <encoded-value>" \
--header "Content-Type: application/json" \
--data '{
"groups": []
}'
{
"message": "Group updated successfully!",
"type": "success"
}