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
Overview
Interface for client overview information.
public IOrganizationsClientOverview Overview { get; }
Property Value
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
organizationIdstringmacstringperPageintstartingAfterstringendingBeforestringcancellationTokenCancellationToken