Table of Contents

Class SmUsersSection

Namespace
Meraki.Api.Sections.Products.Sm
Assembly
Meraki.Api.dll

Provides access to sm users API endpoints

public class SmUsersSection
Inheritance
SmUsersSection
Inherited Members

Constructors

SmUsersSection()

public SmUsersSection()

Properties

DeviceProfiles

Get the profiles associated with a user

public ISmUsersDeviceProfiles DeviceProfiles { get; }

Property Value

ISmUsersDeviceProfiles

Softwares

Get a list of softwares associated with a user

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>>