PUT api/students/{userId}
Request Information
URI Parameters
| Name | Description | Type | Additional information | 
|---|---|---|---|
| userId | string | Required | 
Body Parameters
StudentEntity| Name | Description | Type | Additional information | 
|---|---|---|---|
| SelectedSpaceshipId | integer | None. | |
| MissionPointsEarned | decimal number | None. | |
| lastViewed | date | None. | |
| passwordEncrypt | string | None. | |
| studentGroups | Collection of StudentGroupEntity | None. | |
| teachers | Collection of UserEntity | None. | |
| Tutors | Collection of UserEntity | None. | |
| recommendedResources | Collection of ResourceRecommendedEntity | None. | |
| resourceAssigned | Collection of ResourceAssignedEntity | None. | |
| resourceStudentRatings | Collection of ResourceStudentRatingEntity | None. | |
| interestAreas | Collection of InterestAreaEntity | None. | |
| learningStyles | Collection of LearningStyleEntity | None. | |
| id | string | None. | |
| userName | string | None. | |
| honorific | string | None. | |
| firstName | string | None. | |
| lastName | string | None. | |
| string | None. | ||
| stateId | integer | None. | |
| userRole | string | None. | |
| lastLogin | date | None. | |
| phoneNumber | string | None. | |
| gradeLevelId | integer | None. | |
| studentId | string | None. | |
| standardTypeId | integer | None. | |
| avatar | string | None. | |
| hideNavigationWarning | boolean | None. | |
| tempEmail | string | None. | |
| forcePasswordChange | boolean | None. | |
| accountDisabled | boolean | None. | |
| hasClassLibrary | boolean | None. | |
| disabledReason | string | None. | |
| googleEmail | string | None. | |
| googleId | string | None. | |
| schoologyId | string | None. | |
| schoologyUsername | string | None. | |
| edinsightProviderId | integer | None. | |
| edinsightUserId | integer | None. | |
| gradeLevelDesc | string | None. | |
| noOfLinkedStudents | integer | None. | |
| primarySubjectId | integer | None. | 
Request Formats
application/json
            Sample:
    
        Sample not available.
text/json
            Sample:
    
        Sample not available.
application/xml
            Sample:
    
        Sample not available.
text/xml
            Sample:
    
        Sample not available.
application/x-www-form-urlencoded
            Sample:
    
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
            Sample:
                    
Sample not available.