- Subcategories:
 - Group Managers
 - Students
 
Managed Student Groups REST Endpoints
    
        Managed Student Groups
    
The managed student groups resource provides the list of group managers and students.
- Create a managed student group
 - Method: postPath:
/fscmRestApi/resources/11.13.18.05/hedProxyGroups - Delete a managed student group
 - Method: deletePath:
/fscmRestApi/resources/11.13.18.05/hedProxyGroups/{GroupId} - Get a managed student group
 - Method: getPath:
/fscmRestApi/resources/11.13.18.05/hedProxyGroups/{GroupId} - Get all managed student groups
 - Method: getPath:
/fscmRestApi/resources/11.13.18.05/hedProxyGroups - Update a managed student group
 - Method: patchPath:
/fscmRestApi/resources/11.13.18.05/hedProxyGroups/{GroupId}