Skip to main content
GET
/
api
/
Groups
/
{id}
/
managers
Get Group Managers.
curl --request GET \
  --url https://api.example.com/api/Groups/{id}/managers
[
  {
    "id": 123,
    "groupID": 123,
    "group": "<string>",
    "userID": 123,
    "user": "<string>",
    "isEnabled": true
  }
]

Path Parameters

id
integer<int32>
required

Response

OK

id
integer<int32>
groupID
integer<int32>
group
string | null
userID
integer<int32>
user
string | null
isEnabled
boolean