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
stringThe network id
userId
stringThe user id
cancellationToken
CancellationToken
Returns
Exceptions
- ApiException
Thrown when fails to make API call