...
- https://github.com/Internet2/grouper/blob/master/grouper-ws/grouper-ws/doc/samples/getGroups/WsSampleGetGroupsRest_xml.txt
- subjectId => '<uhUuid>'
POST calls do not populate the timestamp
Context:
Use these Grouper web service to add or delete members from the include or exclude groups.
https://spaces.internet2.edu/display/Grouper/Add+Member
https://spaces.internet2.edu/display/Grouper/Delete+Member
Required behavior:
REQUIRED: set the Grouper attribute to the current date and time, but truncate the seconds portion. This requires an additional API call.
How to confirm that the timestamp is correctly updated: (you may need to request access to the UI)
Code Block | ||
---|---|---|
| ||
Login to the UI. For test grouper, that's grouper-test.its.hawaii.edu
Select Lite UI on the left
Manage attributes and permissions
View or assign attributes
Owner type = group
Attribute name (skip attribute definition), type last-modified and select the one that ends in mm (you have to select it even if you typed the whole thing):
uh-settings:attributes:for-groups:last-modified:yyyymmddThhmm
Owner group: type the name of your group AND SELECT IT (so it should be the one that ends in :include or :exclude depending on which one you touched)
Click on Filter button and you should see the timestamp for the group you entered above in the Assignment values field. |