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 \ --header 'Authorization: <api-key>'
{ "groups": [ { "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" } ], "nextPageToken": "<string>", "totalCount": 123 }
No description available
API key authentication
""
Response containing a paginated list of team groups.
Show child attributes
Was this page helpful?