GrooveMembers.Read 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 Read operation returns information about the members of the workspace. Information returned for each member includes the member's URI, Contact, Name, and Role. Awareness information is also included if there is an active subscription to GrooveMember events.
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
None.
Output Message Header
GrooveResponseHeader specifies the Response key.
Return Value
<ReadResult>
<!-- Array of --> <Member />
</ReadResult>
Element |
Data type |
Description |
|---|---|---|
ReadResult |
Array of Member |
Provides information about a member of the workspace. The ReadResult array can contain zero or more Member elements. |