Enrollment statuses in PowerSchool are stored as numbers. The table below provides translations for the numerical enrollment status (enroll_status) of students in PowerSchool.
| Enroll_Status | Definition |
| -1 | Pre-registered |
| 0 | Active |
| 1 | Inactive |
| 2 | Transferred out |
| 3 | Graduated |
| 4 | Imported historical |
Keep in mind that searches for enroll_status other than 0 must include a / at the beginning of the search since all statuses other than 0 represent inactive students that will be excluded from searches by default. The / allows inactive students to be included in the search results. Example: /enroll_status=3