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": [
"b183cd6d-a345-4bef-8d42-21824ff86fea",
"666a33af-9c0f-4847-835d-c4e9265ff825",
"d360fa14-508b-4572-9091-daf2b0f8a79c"
],
"NotAssignedUsers": [
"c1c14347-e7f3-4cd9-add6-3b5fa7be3234",
"d507c432-3398-47f4-a589-b087415e82a0",
"aa5ce2e1-8705-46e7-a1f7-3f9d9eb76af0"
]
}