Lists people in the authenticated user's organization.
Namespace:
SparkSDK
Assembly:
SparkSDK (in SparkSDK.dll) Version: 0.1.0.0 (0.1.0.0)
Syntax public void List(
string email,
string displayName,
Nullable<int> max,
Action<SparkApiEventArgs<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: SystemActionSparkApiEventArgsListPerson
The completion event handler.
Remarks Since: 0.1.0
See Also