1. Classes Data for User
    Classes: GET /api/user/{userIdentifier}/classes?idtype={idType}
    Course Notifications ("What's New"): GET /api/user/{userIdentifier}/whatsnew?begindate={beginDate}&idtype={idType}
    Assignments and Todo's: GET /api/user/{userIdentifier}/todos?begindate={beginDate}&enddate={endDate}&idtype={idType}
    Calendar: GET /api/user/{userIdentifier}/calendar?begindate={beginDate}&enddate={endDate}&idtype={idType}
  2. Provisioning
    User: POST /api/user
    Course Sections: POST/DELETE /api/coursesection
    User Membership: POST/DELETE /api/coursesection/member
    Groups: POST/DELETE /api/coursesection/group
    Group Membership: POST/DELETE /api/coursesection/group/member
    Section Associations: POST /api/coursesection/sectionassociation
    Terms: POST /api/term
  3. Grades
    Grades: POST /api/coursesection/grades