GetSelfUserInfoAsync
Declaration
public Task<UserResult> GetSelfUserInfoAsync(CancellationToken cancellationToken = default)
Summary
Returns
The user result.
Parameters
| Name | Type | Summary |
|---|---|---|
| cancellationToken | CancellationToken | Token to cancel the operation. |
Gets information for the currently authenticated user.
To fetch organizations, consider using GetSelfOrganizationInfoAsync instead.