get https://api.seismic.com/reporting/v2/trainingGroupManagers
Lists all users who are managers of a group within the learning platform and the group(s) those users are a manager of.
Log in to see full request history
Response
Lists all users who are managers of a group within the learning platform and the group(s) those users are a manager of.
xxxxxxxxxx
curl --request GET \
--url 'https://api.seismic.com/reporting/v2/trainingGroupManagers?limit=1' \
--header 'Accept: application/json'
xxxxxxxxxx
[
{
"groupId": "8825db47-1b33-53be-0c80-dd001fc60aed",
"managerId": "0c2b0036-5b0e-abc0-9cb9-dfc430553cca",
"managerUserId": "1353457b-c35e-9d6f-666a-d475302de911",
"groupName": "test groupName"
}
]