Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request GET \ --url https://api.coralogix.com/mgmt/openapi/4/aaa/team-groups/v2/id/{group_id} \ --header 'Authorization: <api-key>'
{ "group": { "createdAt": "2023-11-07T05:31:56Z", "description": "<string>", "externalId": "<string>", "groupId": 123, "name": "<string>", "role": { "description": "<string>", "name": "<string>", "roleId": 123 }, "scope": { "scopeId": "<string>" }, "teamId": 123, "updatedAt": "2023-11-07T05:31:56Z" } }
No description available
API key authentication
Response containing the complete details of a requested team group, including its members, assigned roles, and scope configuration.
A Team Group entity.
Show child attributes
Was this page helpful?