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
GroupsUpdate multiple Group
TestMu AI
StatusCommunityBlog
Groups

Update multiple Group

Update multiple Group

PUT
/api/v1/organization/groups
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": [
{
"allocated_concurrency": {
"prod_KUHcM296xEk2Cy": 4
},
"id": 1011
}
]
}'
{
"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.

Body

application/json
groupsarray

Response

application/json

Success

messagestring
typestring
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": [
{
"allocated_concurrency": {
"prod_KUHcM296xEk2Cy": 4
},
"id": 1011
}
]
}'
{
"message": "Group updated successfully!",
"type": "success"
}