Skip to Content.
Sympa Menu

grouper-users - [grouper-users] Grouper 2.4 webservice to get members of a group filtered on point in time from and to

Subject: Grouper Users - Open Discussion List

List archive

[grouper-users] Grouper 2.4 webservice to get members of a group filtered on point in time from and to


Chronological Thread 
  • From: Siju Jacob <>
  • To: "" <>
  • Cc: Nazeer Syed <>
  • Subject: [grouper-users] Grouper 2.4 webservice to get members of a group filtered on point in time from and to
  • Date: Wed, 29 Sep 2021 21:09:07 +0000
  • Arc-authentication-results: i=1; mx.microsoft.com 1; spf=pass smtp.mailfrom=oit.rutgers.edu; dmarc=pass action=none header.from=oit.rutgers.edu; dkim=pass header.d=oit.rutgers.edu; arc=none
  • Arc-message-signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=microsoft.com; s=arcselector9901; h=From:Date:Subject:Message-ID:Content-Type:MIME-Version; bh=HFdgpRxymXNZZi2CuNPoKagoz+tlwXPX94wk6tfFPh0=; b=eWDNIkr2ZOxLmM1vvvY4iKKP4RdN9d32F6jL5Yc2u0Qr7csXF2NMSkUqPqn8oXEtKvS2TEwZpIcsuBAgN4mgemjyMTL4n8FjnEOS7PezBC2GldUc3IxPt0s4y0OXxMRVU0Vf1YxhB5V8VxARfowvPFDJ+l5Q2nxy8BnyEaQPVbn5vr20bIi5mIjgLuZ4GtcDA7Ve0CAfgKSoT/ebnUq0hgKZ3CMBhfuo002NQ9OzyJdNRNJc6piXXqcWLg55MAaCySyTkOlJsguKYCCFuuHagujDW36dXi1Mi6LpX1qVO2Hl/TxtKRkNcb15cMaYw2FLJm9bTrFgUlql0/QOFazAWg==
  • Arc-seal: i=1; a=rsa-sha256; s=arcselector9901; d=microsoft.com; cv=none; b=eEWJzUhQYX3dbc6NLjqlQNK83zP6twG+UGSqTQDQqc9LzzchMmgDWBtOuCGfupTX3JZgCckGYnqonOC67G/XXg+7/O0tI9an+YccN/PJaWZkNcbZ18I+OkU89PM4Syh3/X9PYWGGCoNutqRvD6Y65BxcIjvFK9LJF5JxUVnJS6v6rd4TBIMWOt/AKwWtAcmlRU36tNF3MmM1Qm243MTfagwc/HgwaD84wtw/BK3DtNpCR6gMdIjGdohb885Y9ihIzZXlv5YkuJw0qpZr2RTCabh7I462nvJkinO6KS8IPLEqdN/FLlyj8effWgnipmoSLFmZ5WdNHiGosHQm1UOsfQ==

Hi Team,

    We are using Grouper 2.4 and looking for a webservice to find members in a group, filtered on point in time from and to.

We need the PIT information in response as well.

Tried the below rest service with a JSON request, it’s not working. Can someone point me to the right service with  correct JSON request.

Also is there a webservice or shell script to read the change log info.

 

grouper-ws/servicesRest/v2_4_000/groups

 

{

  "WsRestGetMembersRequest":{

    "wsGroupLookups":[

      {

        "groupName":"apps:XXXX:RU_Group_name"

      }

    ]

    ,

      "subjectAttributeNames":[

      "description",

      "loginid",

      "name"

    ]

    ,

    "pointInTimeFrom":"2020/01/01 01:01:03",

    "pointInTimeRetrieve":"T",

    "pointInTimeTo":"2021/07/01 01:01:03"

  }

}

 

 

Thanks,

Siju Jacob




Archive powered by MHonArc 2.6.24.

Top of Page