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

[
  "96c26561-0f12-4764-a829-35b82083e876",
  "2e55171a-c9d3-4de3-bfb2-979249b1bdda",
  "261fef33-9732-4bba-8069-23dfd8ec649a"
]