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" : 1010
} '
{
"message" : "Default Group 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.
Response 200▼
application/json Success
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"
}