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
GroupsGet all Groups
TestMu AI
StatusCommunityBlog
Groups

Get all Groups

Get all Groups

GET
/api/v1/organization/groups
Get all Groups
curl --request GET \
--url "https://auth.lambdatest.com/api/v1/organization/groups" \
--header "Authorization: Basic <encoded-value>"
{
"data": {
"available_concurrency": [
{
"key": "prod_KUHcM296xEk2Cy",
"product_name": "Manual Testing - Live",
"value": 3
}
],
"groups": [
{
"allocated_concurrency": [
{
"key": "prod_KUHcM296xEk2Cy",
"product_name": "Manual Testing - Live",
"value": 3
}
],
"id": 1011,
"is_default_group": 1,
"name": "G1",
"service_accounts": 3,
"total_users": 4
}
]
}
}

Authorizations

Authorizationstringheaderrequired

Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.

Response

application/json

Success

dataobject
data.available_concurrencyobject[]
data.groupsobject[]
Get all Groups
curl --request GET \
--url "https://auth.lambdatest.com/api/v1/organization/groups" \
--header "Authorization: Basic <encoded-value>"
{
"data": {
"available_concurrency": [
{
"key": "prod_KUHcM296xEk2Cy",
"product_name": "Manual Testing - Live",
"value": 3
}
],
"groups": [
{
"allocated_concurrency": [
{
"key": "prod_KUHcM296xEk2Cy",
"product_name": "Manual Testing - Live",
"value": 3
}
],
"id": 1011,
"is_default_group": 1,
"name": "G1",
"service_accounts": 3,
"total_users": 4
}
]
}
}