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": [
    "d578ec1b-ea24-4edd-aadc-8811a1eeccb4",
    "8d5a4040-bced-472c-a5f1-77c092f3ee0b",
    "917b6ffa-85d6-40ad-8718-8f68665a6f28"
  ],
  "NotAssignedUsers": [
    "436f8c6c-8b60-4053-be60-06a35ebea0dc",
    "ce408bd1-6bc1-424e-a097-428411dea509",
    "95ad5d19-a5a3-4c0a-9140-b5d18aa189ce"
  ]
}
NameType Description
AssignedUsers Array

Assigned users.

NotAssignedUsers Array

Not assigned users.