Niklas Heidloff 24.May.12 04:38 AM Lotus Notes General3.0.1All platforms
How can you access additional information from Connections in an event SPI implementation?
For example I catch the membership changed event and get the ext id of the person who was added to a community. But what I really need is the email address of that person.
How can I call back to Connections? Should I use the REST APIs or go right down to the relational db?
I'd think/hope REST API, but I don't understand security. My understanding is that the event SPI implementation runs on system rights, not on behalf of the event actor right?