Lists people in the authenticated user's organization.
Namespace:
WebexSDK
Assembly:
WebexSDK (in WebexSDK.dll) Version: 0.1.0.0 (0.1.0.0)
Syntax public void List(
string email,
string displayName,
Nullable<int> max,
Action<WebexApiEventArgs<List<Person>>> completionHandler
)
Parameters
- email
- Type: SystemString
if not null, only list people with this email address. - displayName
- Type: SystemString
if not null, only list people whose name starts with this string. - max
- Type: SystemNullableInt32
The maximum number of people in the response. - completionHandler
- Type: SystemActionWebexApiEventArgsListPerson
The completion event handler.
Remarks Since: 0.1.0
See Also