You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

Description

Get groups will get the groups that a subject is in

Features

  • Can base member list based on memberfilter (e.g. All, Immediate, Effective, Composite)
  • Lookup subjects by subject lookup (by id, source, identifier, etc)
  • Lookup groups by group lookup (by name or uuid)
  • Returns group / subject information, can be detailed or not
  • Can actAs another user

Get groups Lite service

  • Accepts one subject to list groups
  • Documentation: SOAP (click on getGroupsLite), REST (click on getGroupsLite)
  • For REST, the request can put data in query string (in URL or request body)
  • REST request (colon is escaped to %3A): GET /grouper-ws/servicesRest/v1_3_000/subjects/10021368
    • 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)

Get groups service

  • No labels