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
networkIdstringThe network id
idsstringFilter users by id(s). Multiple ids can be passed in as comma separated values. (optional)
usernamesstringFilter users by username(s). Multiple usernames can be passed in as comma separated values. (optional)
emailsstringFilter users by email(s). Multiple emails can be passed in as comma separated values. (optional)
scopestringSpecify a scope (one of all, none, withAny, withAll, withoutAny, withoutAll) and a set of tags as comma separated values. (optional)
cancellationTokenCancellationToken
Returns
Exceptions
- ApiException
Thrown when fails to make API call