curl --request GET \
--url https://api.coralogix.com/mgmt/openapi/latest/aaa/team-groups/v1/{group_id.id}/users \
--header 'Authorization: <api-key>'{
"noMorePages": {},
"users": [
{
"firstName": "<string>",
"lastName": "<string>",
"status": "USER_STATUS_UNSPECIFIED",
"userAccountId": {
"id": 123
},
"userId": {
"id": "<string>"
},
"username": "<string>"
}
]
}No description available
curl --request GET \
--url https://api.coralogix.com/mgmt/openapi/latest/aaa/team-groups/v1/{group_id.id}/users \
--header 'Authorization: <api-key>'{
"noMorePages": {},
"users": [
{
"firstName": "<string>",
"lastName": "<string>",
"status": "USER_STATUS_UNSPECIFIED",
"userAccountId": {
"id": 123
},
"userId": {
"id": "<string>"
},
"username": "<string>"
}
]
}API key authentication
Response containing the list of all users currently assigned to the requested team group.
This data structure represents the information associated with an API key.
Show child attributes
USER_STATUS_UNSPECIFIED, USER_STATUS_ACTIVE, USER_STATUS_INACTIVE Was this page helpful?