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

[
  "160407fa-e71a-4876-ad25-768b1213f218",
  "00a0d977-7996-4e9b-a76a-61a03fc30b3a",
  "f2e22991-2cb8-4765-acf7-85c47575d6ed"
]