Groups›Make Default Group
Groups
Make Default 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": 0
}'
{
"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.
Response
application/jsonSuccess
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": 0
}'
{
"message": "Default Group Updated Successfully",
"type": "success"
}