Click or drag to resize

MembershipClientListByPersonId Method

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

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

Parameters

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