You are currently viewing 'Claimed Student ' page



Usage

POST /Account/ClaimStudent/

Content-Type

application/json

Description

Allows a Parent Account to claim a student. Account Type is based on the user.
1 = Parent and 2 = Student.

Note

Put the access token generated from the User Login endpoint in the request header field "Authorization" as "bearer ACCESS_TOKEN_HERE".

Example

Sample Body:

{

"schoolID": "36e05576-244f-4a16-b4f7-6c3fdda80da9",
"SID": "292939",
"lastName": "Smith",
"DOB": "8/1/2003",
"accountType": "1"
}