Interface ISmUsers
- Namespace
- Meraki.Api.Interfaces.Products.Sm
- Assembly
- Meraki.Api.dll
public interface ISmUsers
Methods
GetNetworkSmUsersAsync(string, string, string, string, string, CancellationToken)
List the owners in an SM network with various specified fields and filters
[Get("/networks/{networkId}/sm/users")]
Task<List<SmNetworkUser>> GetNetworkSmUsersAsync(string networkId, string ids = null, string usernames = null, string emails = null, string scope = null, CancellationToken cancellationToken = default)
Parameters
networkId
stringThe network id
ids
stringFilter users by id(s). Multiple ids can be passed in as comma separated values. (optional)
usernames
stringFilter users by username(s). Multiple usernames can be passed in as comma separated values. (optional)
emails
stringFilter users by email(s). Multiple emails can be passed in as comma separated values. (optional)
scope
stringSpecify a scope (one of all, none, withAny, withAll, withoutAny, withoutAll) and a set of tags as comma separated values. (optional)
cancellationToken
CancellationToken
Returns
Exceptions
- ApiException
Thrown when fails to make API call