Table of Contents

Interface ISmUsersDeviceProfiles

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

Methods

GetNetworkSmUserDeviceProfilesAsync(string, string, CancellationToken)

Get the profiles associated with a user

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

Parameters

networkId string

The network id

userId string

The user id

cancellationToken CancellationToken

Returns

Task<List<DeviceProfile>>

Exceptions

ApiException

Thrown when fails to make API call