PUT api/teachers/{userId}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
userId | string |
Required |
Body Parameters
TeacherEntityName | Description | Type | Additional information |
---|---|---|---|
code | string |
None. |
|
studentGroups | Collection of StudentGroupEntity |
None. |
|
students | Collection of StudentEntity |
None. |
|
resourceBookmarks | Collection of ResourceUserBookmarkEntity |
None. |
|
recommendedResources | Collection of ResourceRecommendedEntity |
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.