Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

    • Does a given person exist in the MIT ID database?
    • Code Block
      mitIdSearch(String firstName, String middleName, String lastName, String ssn, String mitId, String dob) returns an array of people objects.
      
  • mitIdAssign
    • Assign an MIT ID to the specified person.
    • Code Block
      mitIdAssign(String firstName, String middleName, String lastName, String ssn, String dob) returns the assigned MIT ID.
      

click here to return to Web Service Information.
click here to return to Home