Prestige SIS
Help Center

How can we help?

Guides, best practices, webinars, and developer docs — built and maintained by our own implementation team.

Browse by category

Getting Started

Onboarding, setup, and first-week wins.

24 articles

Administrators

Permissions, campuses, billing, and reporting.

38 articles

Faculty & Staff

Gradebook, attendance, hours, and discipline.

31 articles

Students

Portal walkthroughs, mobile app, and account help.

19 articles

Finance & Aid

Title IV, R2T4, refunds, and payment plans.

27 articles

API & Integrations

Developer documentation and webhooks.

14 articles

Popular articles & best practices.

The questions our team answers most often.

  • How to set up biometric clock-in for a new campus
    Getting Started
  • Running the NACCAS Annual Report in one click
    Administrators
  • Triggering a Spark from a SAP threshold
    Automation
  • R2T4 calculation walkthrough
    Finance & Aid
  • Granting per-campus permissions
    Administrators
  • Bulk-importing students from a CSV
    Getting Started

Live webinars.

Free training with the Prestige team and partner experts.

NACCAS Audit Prep: 2026 Edition
Live · Jan 22 · 45 min
Building Your First 5 Sparks
On demand · 32 min
Title IV Roundtable with Compliance
Live · Feb 5 · 60 min
Developers

API Documentation

REST and webhook docs for building on top of Prestige. Pull student records, push grades, listen for SAP events, and automate workflows from any tool in your stack.

POST /v1/students
Authorization: Bearer ****
Content-Type: application/json

{
  "first_name": "Maya",
  "last_name": "Chen",
  "program": "cosmetology",
  "start_date": "2026-02-03",
  "campus_id": "cmp_atl"
}