Table of Contents

Interface ISmUsersSoftwares

Namespace
Meraki.Api.Interfaces.Products.Sm
Assembly
Meraki.Api.dll
public interface ISmUsersSoftwares

Methods

GetNetworkSmUserSoftwaresAsync(string, string, CancellationToken)

Get a list of softwares associated with a user

[Get("/networks/{networkId}/sm/users/{userId}/softwares")]
Task<List<Software>> GetNetworkSmUserSoftwaresAsync(string networkId, string userId, CancellationToken cancellationToken = default)

Parameters

networkId string

The network id

userId string

The user id

cancellationToken CancellationToken

Returns

Task<List<Software>>

Exceptions

ApiException

Thrown when fails to make API call