Students REST Endpoints

Managed Student Groups/Students
The students resource is a child of the managed student groups resource and provides the list of associated student members.
Create a student member belonging to a managed student group
Method: post
Path: /fscmRestApi/resources/11.13.18.05/hedProxyGroups/{GroupId}/child/learners
Delete a managed student group's student member
Method: delete
Path: /fscmRestApi/resources/11.13.18.05/hedProxyGroups/{GroupId}/child/learners/{LearnerMemberId}
Get a managed student group's student member
Method: get
Path: /fscmRestApi/resources/11.13.18.05/hedProxyGroups/{GroupId}/child/learners/{LearnerMemberId}
Get all student members of a managed student group
Method: get
Path: /fscmRestApi/resources/11.13.18.05/hedProxyGroups/{GroupId}/child/learners
Sends reminder to a student member.
Method: post
Path: /fscmRestApi/resources/11.13.18.05/hedProxyGroups/{GroupId}/child/learners/{LearnerMemberId}/action/sendReminder
Update a managed student group's student member
Method: patch
Path: /fscmRestApi/resources/11.13.18.05/hedProxyGroups/{GroupId}/child/learners/{LearnerMemberId}