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": [
"7e490d77-3d03-4aac-b926-c1ea54df8114",
"1d30bf31-98a1-460f-9e9a-a97d40d4a144",
"396b5cde-a2d1-48da-9831-19879ab30fd7"
],
"NotAssignedUsers": [
"d572e459-c87f-4766-a656-9dae4dc0c169",
"a90fc3eb-87ba-45d2-a795-56e2ec399c8d",
"af1abc55-24b7-48a8-a591-40aab4bf1f00"
]
}