Table of Contents

Class OrganizationsClientsSection

Namespace
Meraki.Api.Sections.General.Organizations
Assembly
Meraki.Api.dll

Provides access to organizations clients API endpoints

public class OrganizationsClientsSection
Inheritance
OrganizationsClientsSection
Inherited Members

Constructors

OrganizationsClientsSection()

public OrganizationsClientsSection()

Properties

BandwidthUsageHistory

Interface for client bandwidth usage history.

public IOrganizationBandwidthUsageHistory BandwidthUsageHistory { get; }

Property Value

IOrganizationBandwidthUsageHistory

Overview

Interface for client overview information.

public IOrganizationsClientOverview Overview { get; }

Property Value

IOrganizationsClientOverview

Methods

GetOrganizationClientsSearchAsync(string, string, int, string, string, CancellationToken)

public Task<ClientSearchResult> GetOrganizationClientsSearchAsync(string organizationId, string mac, int perPage = 5, string startingAfter = null, string endingBefore = null, CancellationToken cancellationToken = default)

Parameters

organizationId string
mac string
perPage int
startingAfter string
endingBefore string
cancellationToken CancellationToken

Returns

Task<ClientSearchResult>