curl --request POST \
--url https://api.coralogix.com/mgmt/openapi/latest/aaa/team-groups/v1/{id}/users \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data '
{
"userIds": [
{
"id": "<string>"
}
]
}
'{
"teamId": {
"id": 123
}
}No description available
curl --request POST \
--url https://api.coralogix.com/mgmt/openapi/latest/aaa/team-groups/v1/{id}/users \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data '
{
"userIds": [
{
"id": "<string>"
}
]
}
'{
"teamId": {
"id": 123
}
}API key authentication
Request to assign additional users to an existing team group, granting them the group's roles and scope permissions.
Show child attributes
Response confirming the successful addition of users to the specified team group.
Show child attributes
Was this page helpful?