- Source:
Methods
getStudentInfo() → {Promise.<PowerSchoolStudentInfo, Error>}
Get information about this student.
- Source:
Returns:
A promise that resolves with the user's student info, and rejects with an Error if one occurred.
- Type
- Promise.<PowerSchoolStudentInfo, Error>