cURL
curl --request GET \ --url https://api.example.com/api/Groups/{id}/members
[ { "id": 123, "groupID": 123, "group": "<string>", "userID": 123, "user": "<string>", "isEnabled": true } ]
Returns a list of Group Members for a given Group.
OK
Was this page helpful?