WebexClient.GetPeopleAsync(String, String, CancellationToken) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Get People
public virtual System.Threading.Tasks.Task<Azure.Connectors.Sdk.Webex.Models.GetPeopleResponse> GetPeopleAsync(string personId = default, string email = default, System.Threading.CancellationToken cancellationToken = default);
abstract member GetPeopleAsync : string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Connectors.Sdk.Webex.Models.GetPeopleResponse>
override this.GetPeopleAsync : string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Connectors.Sdk.Webex.Models.GetPeopleResponse>
Public Overridable Function GetPeopleAsync (Optional personId As String = Nothing, Optional email As String = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of GetPeopleResponse)
Parameters
- personId
- String
Person ID
- String
- cancellationToken
- CancellationToken
Cancellation token.
Returns
The Get People response.
Remarks
Lookup details and presence information for people in your organization