Skip to main content
API Reference NianticSpatial.NSDK.AR.Sites SitesClientManager

GetSelfOrganizationInfoAsync

Gets organizations for the current authenticated session.

Declaration

public Task<OrganizationResult> GetSelfOrganizationInfoAsync(CancellationToken cancellationToken = default)

Summary

Gets organizations for the current authenticated session.

Returns

The organization result.

Parameters

NameTypeSummary
cancellationTokenCancellationToken
Token to cancel the operation.