Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Fixed links: edu.internet2.middleware.grouper.ws.soap is now edu.internet2.middleware.grouper.ws.coresoap

Include Page
spaceKeyGrouper
pageTitleNavigation

Grouper Web Services

Description

...

  • Accepts one group, or one subject, or stem, one attribute definition name, one action to assign, one value (optional)
  • Documentation: SOAP (click on assignAttributesLite), REST (click on assignAttributesLite)
  • For REST, the request can put data in query string (in URL or request body)
  • REST request (colon is escaped to %3A):
    • PUT /grouper-ws/servicesRest/v1_6_000/assignAttributes
    • Note: if passing data in request body e.g. actAs, use a POST
  • (see documentation above for details): Request object, response object
  • Response codes
  • Samples (all files with "Lite" in them, click on "download" to see file)
  • Samples with value assignment

...

  • Accepts multiple groups or subjects or memberhipIds (or combination) etc, attribute definitions, actions, etc to assign
  • Documentation: SOAP (click on assignAttributes), REST (click on assignAttributes)
  • REST request (colon is escaped to %3A):
    • POST /grouper-ws/servicesRest/v1_6_000/assignAttributes
  • (see documentation above for details): Request object, response object
  • Response codes overall
  • Returns an overall status
  • Samples (all files without "Lite" in them, click on "download" to see files)
  • Samples with value assignment