GrooveMembers.Update 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 Update operation updates the role of the specified member in a Groove 2007-compatible workspace.
HTTP Post URL
The HTTP Post URL targets a GrooveMembers service for a member of the workspace. This URI is provided by the GrooveMembers.Read operation in the Member.URI 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 new role of the member in the Member.Role element. |
Output Message Header
GrooveResponseHeader specifies the Response key.
Return Value
None.
Remarks
The current user must have a role of "$Telespace.Manager" for this operation to succeed. If the current user has another role, the operation generates an exception.
Note
This operation is available only on systems where Groove Web Services Version 2.1 is available. See Testing for Groove Web Services Version 2.1 for more information.