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 Groups By ID
TestMu AI
StatusCommunityBlog
Groups

Get Groups By ID

Get Groups By ID

GET
/api/v1/organization/group/{group_id}
Get Groups By ID
curl --request GET \
--url "https://auth.lambdatest.com/api/v1/organization/group/{group_id}" \
--header "Authorization: Basic <encoded-value>"
{
"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,
"users": [
{
"id": 418070,
"username": "pawan rai"
},
{
"id": 418073,
"username": "pawan Admin"
},
{
"id": 439456,
"username": "pawan rai"
},
{
"id": 462258,
"username": "pawan rai"
}
]
}

Authorizations

Authorizationstringheaderrequired

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

Path Parameters

group_idintegerrequired

Group ID

Response

application/json

Success

allocated_concurrencyobject[]
allocated_concurrency.keystring
Example: "prod_KUHcM296xEk2Cy"
allocated_concurrency.product_namestring
Example: "Manual Testing - Live"
allocated_concurrency.valuenumber
Example: 3
idnumber
is_default_groupnumber
namestring
service_accountsnumber
total_usersnumber
usersobject[]
users.idnumber
Example: 418070
users.usernamestring
Example: "pawan rai"
Get Groups By ID
curl --request GET \
--url "https://auth.lambdatest.com/api/v1/organization/group/{group_id}" \
--header "Authorization: Basic <encoded-value>"
{
"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,
"users": [
{
"id": 418070,
"username": "pawan rai"
},
{
"id": 418073,
"username": "pawan Admin"
},
{
"id": 439456,
"username": "pawan rai"
},
{
"id": 462258,
"username": "pawan rai"
}
]
}