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

[
  "3368cfa0-e852-4cb1-b70e-42530bce2d06",
  "516e0166-9c7e-4acd-acba-54e8c9a9a232",
  "77864953-06ec-47b9-8c73-a9f6d9c41004"
]