curl --request POST \
--url https://api.coralogix.com/mgmt/openapi/latest/aaa/team-groups/v1/users \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data '
{
"addUsersToGroup": [
{
"groupId": {
"id": 123
},
"userIds": [
{
"id": "<string>"
}
]
}
],
"teamId": {
"id": 123
}
}
'{}No description available
curl --request POST \
--url https://api.coralogix.com/mgmt/openapi/latest/aaa/team-groups/v1/users \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data '
{
"addUsersToGroup": [
{
"groupId": {
"id": 123
},
"userIds": [
{
"id": "<string>"
}
]
}
],
"teamId": {
"id": 123
}
}
'{}API key authentication
Response confirming the successful bulk addition of users to multiple team groups.
Was this page helpful?