GrooveLocal.SendInvitation 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 SendInvitation operation opens a window to send an invitation to the specified workspace. The user completes the operation by selecting the Groove identity, typing in the message, and clicking Send.

HTTP Post URL

The HTTP Post URL targets the service. This URI is a top-level HTTP Post URL that you supply directly; it is not returned as a value by another operation. There is no service-specific-data in this HTTP Post URL.

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

<SpaceURI />

Element

Data type

Description

SpaceURI

xs:anyURI

The workspace that you are inviting members to. The URI that identifies a workspace is provided by the Space URI element of the GrooveSpaces.Read operation.

Output Message Header

GrooveResponseHeader specifies the Response key.

Return Value

None.

See Also

Reference

GrooveLocal Web Service

GrooveLocal.SendInvitationAlert Operation

GrooveMembers.Create Operation

GrooveSpaces.CreateInvitationFile Operation