Class SmUsersSection
Provides access to sm users API endpoints
public class SmUsersSection
- Inheritance
-
SmUsersSection
- Inherited Members
Constructors
SmUsersSection()
public SmUsersSection()
Properties
DeviceProfiles
Get the profiles associated with a user
public ISmUsersDeviceProfiles DeviceProfiles { get; }
Property Value
Softwares
Get a list of softwares associated with a user
public ISmUsersSoftwares Softwares { get; }
Property Value
Methods
GetNetworkSmUsersAsync(string, string, string, string, string, CancellationToken)
public Task<List<SmNetworkUser>> GetNetworkSmUsersAsync(string networkId, string ids = null, string usernames = null, string emails = null, string scope = null, CancellationToken cancellationToken = default)
Parameters
networkIdstringidsstringusernamesstringemailsstringscopestringcancellationTokenCancellationToken