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
GroupsMake Default Group
TestMu AI
StatusCommunityBlog
Groups

Make Default Group

Make Default Group

PATCH
/api/v1/organization/group
Make Default Group
curl --request PATCH \
--url "https://auth.lambdatest.com/api/v1/organization/group" \
--header "Authorization: Basic <encoded-value>" \
--header "Content-Type: application/json" \
--data '{
"group_id": 1010
}'
{
"message": "Default 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
group_idnumber

Response

application/json

Success

messagestring
typestring
Make Default Group
curl --request PATCH \
--url "https://auth.lambdatest.com/api/v1/organization/group" \
--header "Authorization: Basic <encoded-value>" \
--header "Content-Type: application/json" \
--data '{
"group_id": 1010
}'
{
"message": "Default Group Updated Successfully",
"type": "success"
}