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

[
  "2c6457b3-6bfa-4bfc-9a02-f787af9e9cf8",
  "792e67ac-50c5-4454-a4f8-62ea2e48848a",
  "a281afee-05ed-45e8-92d3-94387d646e5a"
]