Skip to Content.
Sympa Menu

grouper-users - Re: [grouper-users] Grouper Webservice

Subject: Grouper Users - Open Discussion List

List archive

Re: [grouper-users] Grouper Webservice


Chronological Thread 
  • From: "Black, Carey M." <>
  • To: Oliver Trieu <>, "" <>
  • Subject: Re: [grouper-users] Grouper Webservice
  • Date: Fri, 20 Nov 2020 15:02:02 +0000
  • Arc-authentication-results: i=1; mx.microsoft.com 1; spf=pass smtp.mailfrom=osu.edu; dmarc=pass action=none header.from=osu.edu; dkim=pass header.d=osu.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:X-MS-Exchange-SenderADCheck; bh=W9C0Ay/riuoCHfTgfcmhNaQ75pk7Vt7dv1C5897BPOg=; b=at57yOYShvgKnnRLTrIOpq27YU5rIdZs5UlBPQ4/2qseRus2DiakY1oNtDWbqKvRaw6MJsZ31vfZnKGzNx+s/4mjiJ4c4BCvQ/iihdY+U0q+73zWYrlMFmOqFmWambK1Oqp/uWJ3qhwKoO3ZgNYEEXIgMaUHunQET2ScjiWPUz6P7Xch5ctldCHs9NLiLVKdD4ECwcdYdyKCuilcbO7WVHALRTbompYNLLF3yLxLdG+3KtXP19jeNsDKYK86bZm+40q8H9b/hJlQLvwPcx3urcXA0D7da0MVsddsgOVzkppu9Dn9xuQAHhVmo49t+TNm2sLLYpuL2b7OIUyjmLFwMw==
  • Arc-seal: i=1; a=rsa-sha256; s=arcselector9901; d=microsoft.com; cv=none; b=GvNbuoE/S/uMWEVCTDqEWNivb4qsi4vqqRyYOuD+Ep8FGpvRFd+3gYNa9FWjss+P2pB2gfweLMd1lVRNSluVWKFGoF6jfe0QRJBalF5Z1Ezqr5noWTHGC8Sg+lCNph//rIwQhFdy0BqBNjAmkFX2auwmH9szDrLtgFBQ2j55FNdtn1q1j/M4n+rJHFn9UXRhkeNCjxbR5/82k3NbmEdlOCKwqQymFqFpiFE0pBTjkPggX9RJhnt671hvl4XEI6+dBrkUeuSMohpph39TYFO/xQ5uqZfglRru+zFyH87TA2qQ0cVHVK67S/HUmmYsiGny4t9+U/mTs/0drVOBhp82XQ==

Oliver,

I don't know of it this is the correct path or not. ( I suspect it is...
YMMV. ).

https://spaces.at.internet2.edu/display/Grouper/Integer+IDs+on+Grouper+objects
Suggests that you can find the values here: (also available in non-xml forms
of WS calls)
"
<wsGroup>
<extension>newGroup5</extension>
<name>aStem:newGroup5</name>
<idIndex>12345</idIndex>
...
</wsGroup>
"

Maybe you did not realize that "idIndex" is what you were looking for?

--
Carey Matthew

-----Original Message-----
From: <> on behalf of Oliver Trieu
<>
Reply-To: Oliver Trieu <>
Date: Wednesday, November 18, 2020 at 8:43 AM
To: "" <>
Subject: [grouper-users] Grouper Webservice

Dear Grouper Users,


I am currently implementing an Application utilizing the grouper
webservices (Version 2.4.0, all Patches applied) and i ran into a very
specific problem.

I need to read the "ID index" field of the group and it is not included
in the result set of the webservice calls.

I tried "findGroups", "findGroupsLite", "getGroups", "getGroupsLite"
and i looked at the return values of "groupSave" and "groupSaveLite"

but the "ID index" was nowhere to be found.


We are provisioning this into AD and LDAP as a GUID and i need this
information in my application.

Is there any known way to retrieve this data via the web-services?



Kind Regards


Oliver







Archive powered by MHonArc 2.6.19.

Top of Page