Interface IOrganizationsSupport
- Namespace
- Meraki.Api.Interfaces.General.Organizations
- Assembly
- Meraki.Api.dll
I Organizations Support
public interface IOrganizationsSupport
Methods
GetOrganizationSupportSalesRepresentativesAsync(string, CancellationToken)
Returns the organization's sales representatives
[Get("/organizations/{organizationId}/support/salesRepresentatives")]
Task<List<SupportSalesRepresentative>> GetOrganizationSupportSalesRepresentativesAsync(string organizationId, CancellationToken cancellationToken = default)
Parameters
organizationIdstringcancellationTokenCancellationToken
Returns
Exceptions
- ApiException
Thrown when fails to make API call