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

[
  "2913c441-9caa-426e-a932-69c96b517571",
  "a33da792-c286-4676-8664-a19f07f6022c",
  "f54b081a-8c0a-4558-98f8-f4d5b49c9b0f"
]