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

[
  "a5582cd6-50e5-4e23-9922-6512aa52884f",
  "8ac795ad-28d4-47bb-afe8-faab292b6778",
  "74807cc4-4c53-40a3-9531-994e3513a321"
]