UserProfileService.GetUserMemberships Method
Gets memberships of a given user.
Namespace: websvcUserProfileService
Assembly: MOSSSOAP (in MOSSSOAP.dll)
Syntax
'Declaration
<SoapDocumentMethodAttribute("https://microsoft.com/webservices/SharePointPortalServer/UserProfileService/GetUserMemberships", RequestNamespace := "https://microsoft.com/webservices/SharePointPortalServer/UserProfileService", _
ResponseNamespace := "https://microsoft.com/webservices/SharePointPortalServer/UserProfileService", _
Use := SoapBindingUse.Literal, ParameterStyle := SoapParameterStyle.Wrapped)> _
Public Function GetUserMemberships ( _
accountName As String _
) As MembershipData()
'Usage
Dim instance As UserProfileService
Dim accountName As String
Dim returnValue As MembershipData()
returnValue = instance.GetUserMemberships(accountName)
[SoapDocumentMethodAttribute("https://microsoft.com/webservices/SharePointPortalServer/UserProfileService/GetUserMemberships", RequestNamespace = "https://microsoft.com/webservices/SharePointPortalServer/UserProfileService",
ResponseNamespace = "https://microsoft.com/webservices/SharePointPortalServer/UserProfileService",
Use = SoapBindingUse.Literal, ParameterStyle = SoapParameterStyle.Wrapped)]
public MembershipData[] GetUserMemberships(
string accountName
)
Parameters
- accountName
Type: System.String
The account name of the user.
Return Value
Type: []
A MembershipData object.
Remarks
For an example of how to use the GetUserMemberships method, see the example in the GetUserColleagues method.