Update a Teacher

This method updates teacher account data in SuccessMaker.

URI

https://[serverurl]/lms/api/schools/{school-id}/teachers/{guid}

URI Parameters

{school-id} The organization district number

{guid} The teacher's globally unique identifier

HTTP Method

PUT

Resource Formats

text/xml

Authentication

required

Request Entities

 

<?xml version="1.0" encoding="UTF-8" standalone="yes"?>

<?xml version="1.0" encoding="UTF-8" standalone="yes"?>

<Teacher>

<firstName>Rest</firstName>

<middleName></middleName>

<lastName>Teacher</lastName>

<username>Teacher11111_RI</username>

<password>Teacher11111_RI</password>

<userId>Teacher11111_RI</userId>

<title>DR</title>

</Teacher>

Responses

200 OK Teacher account was updated.

400 Bad Request The provided data is incomplete or invalid.

Response Entities

n/a