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 "http://api-wpm2.apicasystem.com/v3/groups/321/users?auth_ticket=C471ADC4-19B4-4219-BBF4-671A97EC653E"

Response body model example and description

[
  "6a0d5d6f-c8fb-46f9-b405-c97e0890b501",
  "766ac8ea-dfb0-4817-ade3-ee554010afc7",
  "cfec34ea-87fd-4461-8313-0a88e4bfc26d"
]