Table of Contents

Class SmUsersSection

Namespace
Meraki.Api.Sections.Products.Sm
Assembly
Meraki.Api.dll
public class SmUsersSection
Inheritance
SmUsersSection
Inherited Members

Properties

DeviceProfiles

public ISmUsersDeviceProfiles DeviceProfiles { get; }

Property Value

ISmUsersDeviceProfiles

Softwares

public ISmUsersSoftwares Softwares { get; }

Property Value

ISmUsersSoftwares

Methods

GetNetworkSmUsersAsync(string, string, string, string, string, CancellationToken)

public Task<List<SmNetworkUser>> GetNetworkSmUsersAsync(string networkId, string ids = null, string usernames = null, string emails = null, string scope = null, CancellationToken cancellationToken = default)

Parameters

networkId string
ids string
usernames string
emails string
scope string
cancellationToken CancellationToken

Returns

Task<List<SmNetworkUser>>