Sub Organization - CRUD›Get Sub Organization By ID
Sub Organization - CRUD
Get Sub Organization By ID
Get Sub Organization By ID
Get Sub Organization By ID curl --request GET \
--url "https://auth.lambdatest.com//api/organization/sub-org/{sub_org_id}" \
--header "Authorization: Basic <encoded-value>"
{
"data": {
"allocated_concurrency": [
{
"key": "prod_KUHcM296xEk2Cy",
"product_name": "Manual Testing - Live",
"value": 2
}
],
"created_at": "2023-01-30T11:00:36Z",
"name": "SubOrg 1",
"org_id": 166859,
"service_account_count": 0,
"service_accounts": [],
"user_count": 0,
"users": []
}
}
Authorizations
Authorizationstringheaderrequired
Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.
Path Parameters
sub_org_idintegerrequired
Sub Organization ID
Response
application/jsonGet Sub Org By ID
dataobject
data.allocated_concurrencyobject[]
data.created_atstring
Example: "2023-01-30T11:00:36Z"
data.namestring
Example: "SubOrg 1"
data.org_idnumber
Example: 166859
data.service_account_countnumber
Example: 0
data.service_accountsarray
data.user_countnumber
Example: 0
Get Sub Organization By ID curl --request GET \
--url "https://auth.lambdatest.com//api/organization/sub-org/{sub_org_id}" \
--header "Authorization: Basic <encoded-value>"
{
"data": {
"allocated_concurrency": [
{
"key": "prod_KUHcM296xEk2Cy",
"product_name": "Manual Testing - Live",
"value": 2
}
],
"created_at": "2023-01-30T11:00:36Z",
"name": "SubOrg 1",
"org_id": 166859,
"service_account_count": 0,
"service_accounts": [],
"user_count": 0,
"users": []
}
}