Webex SDK Docs
Webex SDK Docs
WebexSDK
PersonClient Class
PersonClient Methods
Get Method
GetMe Method
List Method
PersonClient
GetMe Method
Retrieves the details for the authenticated user.
Namespace:
WebexSDK
Assembly:
WebexSDK (in WebexSDK.dll) Version: 0.1.0.0 (0.1.0.0)
Syntax
C#
Copy
public
void
GetMe
(
Action
<
WebexApiEventArgs
<
Person
>>
completionHandler
)
Parameters
completionHandler
Type:
System
Action
WebexApiEventArgs
Person
The completion event handler.
Remarks
Since: 0.1.0
See Also
Reference
PersonClient Class
WebexSDK Namespace