Versions Compared

Key

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

...

  • Accepts one subject (new) and one member (old) to change the subject information
  • Documentation: SOAP (click on memberChangeSubject), REST (click on memberChangeSubject)
  • For REST, a request body is required (probably via POST)
  • REST request (colon is escaped to %3A): PUT /grouper-ws/servicesRest/v1_4_000/members/10021368
  • (see documentation above for details): Request object, response object
  • Response codes
  • Samples (all files with "Lite" in them, click on "download" to see file)

...

  • Accepts a list of subjects to change, and subjects to change to (and if the old should be deleted), to change the subjects of members
  • Can operate in one transaction, or can let each change occur in its own separate unit
  • Documentation: SOAP (click on memberChangeSubject), REST (click on memberChangeSubject)
  • REST request (colon is escaped to %3A): PUT /grouper-ws/servicesRest/v1_4_000/members
  • (see documentation above for details): Request object, response object
  • Response codes overall, response codes for each assignment
  • Returns an overall status, and a status for each change
  • Samples (all files without "Lite" in them, click on "download" to see files)