Class: PowerSchoolTeacher

PowerSchoolTeacher

A PowerSchool teacher object.

Members

email :string

The email of this teacher, if provided.
Type:
  • string
Source:

firstName :string

The first name of this teacher.
Type:
  • string
Source:

id :number

The ID of this teacher.
Type:
  • number
Source:

lastName :string

The last name of this teacher.
Type:
  • string
Source:

schoolPhone :string

The phone of this teacher's school, if provided.
Type:
  • string
Source:

Methods

getFormattedName() → {string}

Get teacher's name formatted for display.
Source:
Returns:
Type
string

getNameParts() → {Array.<string>}

Get the parts making up a teacher's name.
Source:
Returns:
Type
Array.<string>