GetOrganizationsForUserAsync
Declaration
public Task<OrganizationResult> GetOrganizationsForUserAsync(string userId, CancellationToken cancellationToken = default)
Parameters
| Name | Type | Summary |
|---|---|---|
| userId | string | The user ID to query organizations for. |
| cancellationToken | CancellationToken | Token to cancel the operation. |