PATCH api/v1/substituteTeachers/{userKey}

Activate, Deactivate or change substitute teacher email.

Request Information

URI Parameters

NameDescriptionTypeAdditional information
userKey

substitute teacher key to update

globally unique identifier

Required

Body Parameters

JsonPatch document to be applied. Remove ExpiryDate to deactivate. Add ExpiryDate to activate. Add Email to add or change email.

JsonPatchDocumentOfSubstituteTeacherWriteDto
NameDescriptionTypeAdditional information
Operations

Collection of OperationOfSubstituteTeacherWriteDto

None.

Response Information

Resource Description

SubstituteTeacherReadDto
NameDescriptionTypeAdditional information
Key

globally unique identifier

None.

ExpiryDate

date

None.

FirstName

string

None.

MiddleName

string

None.

LastName

string

None.

LoginName

string

None.

Email

string

None.

Groups

Collection of Group

None.