POST   groups/{groupId}/users

Assigns users to the monitor group.

URL Parameters

NameDescription
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": [
    "afe47a6b-8bdc-44b2-912a-93deadb30157",
    "8edb4d9b-1a58-4210-8a25-17548dc8b56e",
    "180ad717-059c-46da-9b1c-1cfbd037cbe7"
  ],
  "NotAssignedUsers": [
    "9a8ad6d4-c8ee-4585-a3fc-5526d24ae705",
    "8dc1bc1a-707b-4e38-878f-b4f9f9885ca0",
    "131144e4-ac7f-4775-a601-7ea9c9ddcc41"
  ]
}
NameType Description
AssignedUsers Array

Assigned users.

NotAssignedUsers Array

Not assigned users.