I have a process which runs in a event receiver, this involves adding users from ad to groups based on the contents of a custom list.
The problem occurs when i try to add a user into a group that i am not a member of (or whoever the logged in user is).
I am in sandboxed solution so i cant use RunWithElevatedPrivelages.
Is there any way to get around this limitation?

