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-asm2.apica.io/v3/groups/321/users?auth_ticket=C471ADC4-19B4-4219-BBF4-671A97EC653E"

Response body model example and description

[
  "d2a8a11d-ce23-4547-bbcf-b00873890407",
  "b5b91f8a-86bc-4a94-a632-c379a6f4b6a0",
  "82b50b78-2a49-4cfc-9669-f3b00ef24d76"
]