Table of Contents

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

organizationId string
cancellationToken CancellationToken

Returns

Task<List<SupportSalesRepresentative>>

Exceptions

ApiException

Thrown when fails to make API call