GrooveTools.UpdatePermissions 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 UpdatePermissions operation sets the tool permissions available to the specified role in the targeted tool.
HTTP Post URL
The HTTP Post URL targets the GrooveTools service for a tool. This URI is provided by the Read operation in the 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
<Role />
<!-- Array of --> <Permission />
Element |
Data type |
Description |
|---|---|---|
Role |
xs:string |
Specifies the workspace role with one of the following strings: "$Telespace.Manager" for manager, "$Telespace.Member" for participant, and "$Telespace.Guest" for guest. |
Permission |
Array of xs:string |
Specifies the tool permissions that are to be available to the specified role. The permission strings in the array should be in the set of strings returned by ReadPermissions with the AllPermissions parameter set to true. |
Output Message Header
GrooveResponseHeader specifies the Response key.
Return Value
None.
Remarks
Note
This operation is available only if the current user has a role of "$Telespace.Manager" and 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.