GET   groups/{groupId}/users

Gets a list of users assigned to the monitor group.

URL Parameters

NameDescription
groupId

Monitor group identifier.

Remarks

Users can be assigned to top groups only.

Request example

curl --request GET "https://api-asm1.apica.io/v3/groups/321/users?auth_ticket=C471ADC4-19B4-4219-BBF4-671A97EC653E"

Response body model example and description

[
  "64d5936e-fef0-4b7a-9ef0-a37c10564164",
  "b075fbf5-a60b-4748-9e46-cb266bbf6cf0",
  "74dfefc4-801d-45b6-aa7e-0d46c9a8b713"
]