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