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

[
  "29435808-aab6-40b1-9854-11600d3312b5",
  "f84d5b70-755e-4bd0-8e9f-00ae1f8992fa",
  "b0bf22e5-7291-43d7-97a4-7e98654dfc6b"
]