Users |
public class UsersClient : ApiHandler<ApiClient>
The UsersClient type exposes the following members.
| Name | Description | |
|---|---|---|
| Add | Adds a user to the subscription | |
| AddAsync | Adds a user to the subscription | |
| AddQueryParameter | (Inherited from ApiHandlerT) | |
| Display | Returns display info for the requested user id | |
| DisplayAsync | Returns display info for the requested user id | |
| DisplayMe | Returns display info for the current user | |
| DisplayMeAsync | Returns display info for the current user | |
| Get | Get a specific user Either email eor id is required, but only one of them is allowed | |
| GetAsync | Get a specific user Either email eor id is required, but only one of them is allowed | |
| GetCurrentUser | Returns the current user or client | |
| GetCurrentUserAsync | Returns the current user or client | |
| GetDeviceCount | Returns a list of stats, of how many devices a user has been logged on with. | |
| GetDeviceCountAsync | Returns a list of stats, of how many devices a user has been logged on with. | |
| GetDeviceList | Returns a list of mobile devices used by the user. | |
| GetDeviceListAsync | Returns a list of mobile devices used by the user. | |
| GetList | Returns users matching the submitted filter | |
| GetListAsync | Returns users matching the submitted filter | |
| IsEmailAvailable | Checks if there already is a user with the submitted email | |
| IsEmailAvailableAsync | Checks if there already is a user with the submitted email | |
| IsUsernameAvailable(String) | ||
| IsUsernameAvailable(String, String) | Checks if there is an user with the submitted username. | |
| IsUsernameAvailableAsync(String) | ||
| IsUsernameAvailableAsync(String, String) | Checks if there is an user with the submitted username. | |
| Update | Updates a user | |
| UpdateAsync | Updates a user |