Click or drag to resize

MembershipClientListByPersonEmail Method

Lists any space memberships for the given space (by space id) and person (by email address).

Namespace:  WebexSDK
Assembly:  WebexSDK (in WebexSDK.dll) Version: 0.1.0.0 (0.1.0.0)
Syntax
C#
public void ListByPersonEmail(
	string spaceId,
	string personEmail,
	Action<WebexApiEventArgs<List<Membership>>> completionHandler
)

Parameters

spaceId
Type: SystemString
The identifier of the space where the memberships belong.
personEmail
Type: SystemString
The email address of the person who has the memberships.
completionHandler
Type: SystemActionWebexApiEventArgsListMembership
The completion event handler.
Remarks
Since: 0.1.0
See Also