GrooveMembers.Create Operation
Applies to: SharePoint Workspace 2010 | Visual Studio 2008
In this article
HTTP Post URL
Input Message Header
Input Message Parameters
Output Message Header
Return Value
The Create operation invites the specified contact to the workspace. Note that the contact does not become a member of the workspace until the contact accepts the invitation.
HTTP Post URL
The HTTP Post URL targets a GrooveMembers service for a workspace. This URI is provided by the GrooveSpaces.Read operation in the Members element.
Input Message Header
GrooveRequestHeader specifies information common to all Groove Web Services, including the Groove Identity URL and the Groove Request key.
Input Message Parameters
<Member />
Element |
Data type |
Description |
---|---|---|
Member |
Specifies the Identity URL of the contact to be invited to the workspace and the workspace role for the invitation. The Member.URI element provides the Identity URL and the Member.Role element provides the workspace role. Note that the Identity URL value starts with "grooveIdentity://". |
Output Message Header
GrooveResponseHeader specifies the Response key.
Return Value
None.
Remarks
This operation can only invite a contact that is known to the current user. If the URI specifies an identity that is not known to the current user, the operation will return a SOAP exception.
See Also
Reference
GrooveLocal.SendInvitationAlert Operation
GrooveLocal.SendInvitation Operation
GrooveMembers.Create2 Operation
GrooveSpaces.CreateInvitationFile Operation