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/{group_id}/users \ --header 'Authorization: <api-key>'
{ "nextPageToken": "<string>", "totalCount": 123, "users": [ { "firstName": "<string>", "lastName": "<string>", "userAccountId": 123, "userId": "<string>", "username": "<string>" } ] }
No description available
API key authentication
""
Response containing the list of all users currently assigned to the requested team group.
Show child attributes
Was this page helpful?