GrooveLocal.SendInvitationAlert Operation

The SendInvitationAlert operation requests an existing workspace member to go to the workspace.

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 />
<MemberURI />
Element Data type Description

SpaceURI

xs:anyURI

The workspace that you are requesting the member go to.

MemberURI

xs:anyURI

The Identity URL of a member of the workspace. The Identity URL starts with "grooveIdentity://".

Output Message Header

GrooveResponseHeader specifies the Response key.

Return Value

None.

Remarks

This operation can send invitation alert messages to Groove identities that are currently members of the workspace. If the MemberURI specifies a Groove identity that is not a member of the workspace, the operation returns an Invalid Parameter SOAP exception.

This operation can generate SOAP exceptions in the following cases:

  • The specified contact is not a workspace member.

  • The specified workspace could not be found.

Note

In some circumstances this operation opens a local window.

See Also

Reference

GrooveLocal Web Service
GrooveLocal.SendInvitation Operation
GrooveMembers.Create Operation
GrooveSpaces.CreateInvitationFile Operation