Retrieves the details for a person by person id.
            
 
    Namespace: 
   WebexSDK
    Assembly:
   WebexSDK (in WebexSDK.dll) Version: 0.1.0.0 (0.1.0.0)
Syntaxpublic void Get(
	string personId,
	Action<WebexApiEventArgs<Person>> completionHandler
)
Parameters
- personId
 - Type: SystemString
The identifier of the person. - completionHandler
 - Type: SystemActionWebexApiEventArgsPerson
The completion event handler. 
RemarksSince: 0.1.0
See Also