I am developing a proof-of-concept website site in C# that will take URL Query strings, match that to a paticular Groove workspace, and then invite the user into that space if they don't have it. I have the connect-to Groove Data Bridge, find the workspace, read the workspace members portion working just fine.
I've come accross a stumbling block on the auto-invite, though. I am running this as a free-standing website "bridge" so I am trying to run this purely from the web server. I have the Groove Identity for the person I want to invite from the database as a string:
CurrUserIdentity = grooveIdentity://nzkth68eqzgktrb9sbr....
But, I cannot find out how to turn the string into the true GrooveMember.Member object that then be invited. What is the easiest way to invite, in this case?