POST groups/{groupId}/users
Assigns users to the monitor group.
URL Parameters
| Name | Description |
|---|---|
| groupId | Monitor group identifier. |
Remarks
Users can be assigned to top groups only.Request example
curl --request POST "https://api-asm1.apica.io/v3/groups/321/users?auth_ticket=C471ADC4-19B4-4219-BBF4-671A97EC653E"
Response body model example and description
{
"AssignedUsers": [
"9a5196ea-7432-483f-8f4d-f8d81ee39f33",
"f07decbe-d8ac-40d0-a958-4a0a7400e1e7",
"43713095-5d44-4d5b-a85b-f584af1b90f1"
],
"NotAssignedUsers": [
"ff318b72-50e9-4add-bf05-721a883ac19c",
"b61078b7-fca5-4165-91dc-0452b9c803d8",
"06b3663d-4690-4c10-a324-828c37316f7e"
]
}