📘

Shows Linked Students

If a parent registers for ClassLink, this endpoint will display a list of any linked student accounts.

Sample Result

{
   "status":1,
   "response":[
      {
         "UserId":1797039,
         "DisplayName":"_Dev Template",
         "FirstName":"_Dev",
         "LastName":"Template",
         "Email":"[email protected]",
         "UserName":"devtemplate",
         "ParentRedeemCode":"DEM-9b9485e5-3d42-4be2-b7a7-b744",
         "IsDefault":1
      },
      {
         "UserId":1505509,
         "DisplayName":"1234567890123456789012345",
         "FirstName":"1234567890123456789012345",
         "LastName":"",
         "Email":"[email protected]",
         "UserName":"1234567890123456789012345",
         "ParentRedeemCode":"DEM-28988cab1f13-b744-b7a7-b744-053655459845",
         "IsDefault":0
      }
   ]
}
Language
Authorization
OAuth2
Click Try It! to start a request and see the response here!