Update Student
This method updates student account data in SuccessMaker.
URI
https://[serverurl]/lms/api/schools/{school-id}/students/{guid}
URI Parameters
{school-id}
The organization district number
{guid}
The student's globally unique identifier
HTTP Method
PUT
Resource Formats
text/xml
Authentication
required
Request Entities
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<Student>
<firstName>Rest</firstName>
<middleName></middleName>
<lastName>Student</lastName>
<username>student11111_RI</username>
<password>student11111_RI</password>
<gender>FEMALE</gender>
<studentDistrictId>student11111_RI</studentDistrictId>
<grade>1</grade>
<specialServices>PLAN_504</specialServices>
<hasEconomicDisadvantage>YES</hasEconomicDisadvantage>
<hasDisability>YES</hasDisability>
<hasEnglishProficiency>YES</hasEnglishProficiency>
<isMigrant>YES</isMigrant>
<ethnicity>AFRICAN_AMERICAN</ethnicity>
</Student>
Responses
200 OK
Student account was updated.
400 Bad Request
The provided data is incomplete or invalid.
Response Entities
n/a