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": [
"23c0f6a6-e9f7-4dce-a3a8-f9cc0bbb2139",
"6947da86-c8d1-4504-bc13-a36f7a2618f8",
"466da816-f5ca-4088-b88a-a4ddf34665e3"
],
"NotAssignedUsers": [
"8b68daaa-91e4-4f68-a0e4-0f43a27e45ec",
"00f4fe88-f77e-4a51-a554-e5f9b8a84bba",
"fffb1735-7bba-4127-b3da-dc355bfb6903"
]
}