This content has been marked as final.
Show 5 replies
-
Re: Sync members between Jive and ESP
Ryan Rutan Dec 10, 2014 2:20 PM (in response to lvornholt)Sagi Eliyahu Lev Waisberg Moshe Peretz - Any chance anyone from your ESP team can help with this?
-
Re: Sync members between Jive and ESP
levwDec 10, 2014 5:48 PM (in response to lvornholt)
Moshe Bixenshpaner might be able to assist.
-
-
Re: Sync members between Jive and ESP
moshe.bixenshpaner Dec 16, 2014 2:37 AM (in response to lvornholt)Hey Lars Vornholt,
First of all, members are synced from Jive to the ESP and not vice versa.
This happens in a few different flows:
- Container registration - the you get a list of ExStorageMembershipOperation as part of the ExStorageContainerRegistrationRequest and you're expected to return a list of ExStorageMembershipOperationResult as part of your response object.
- As part of the container resources, you provide two resources:
- "members" that handles PUT and adds a single member.
This endpoint is called when a user joins a group or a project of a group on Jive. - "bulkMembership" that handles POST and deals with all sorts of membership operations.
This endpoint is called when the permissions have changed for a space or a project of a space.
- "members" that handles PUT and adds a single member.
- Each membership entity contains a "self" resource that handles PUT for permission updates and DELETE for membership removal.
Please tell me if you have any other questions, or perhaps need help with entity mapping in Java.
-
Re: Sync members between Jive and ESP
lvornholt Jan 6, 2015 12:38 AM (in response to moshe.bixenshpaner)first of all, happy new year and may thanks for your response. Sorry for my delay - I was on vacation.
It would be greate If you can give me some hints for the REST API (addon-server), entity mapping and the declaration in the definition.json.
-
-