Method | Description | |
---|---|---|
Create ( string email, string username = null, string password = null, string fullName = null, Timezone timezone = Timezone.CET, bool siteAdmin = false ) : int? |
Create a user specified by an e-mail address, username, password, full name, timezone and site admin rigts specification
|
|
Get ( int userId ) : |
||
GetList ( ) : List |
Returns a list of users by default parameters
|
|
GetList ( |
Returns a list of users by specific parameters
|
|
GetLoginToken ( int userId, string returnUrl = "/" ) : |
||
Update ( int userId, string email = null, string username = null, string password = null, string fullName = null, Timezone timezone = null, bool siteAdmin = false ) : bool? | ||
UserService ( IApiProvider provider ) : System |
public Create ( string email, string username = null, string password = null, string fullName = null, Timezone timezone = Timezone.CET, bool siteAdmin = false ) : int? | ||
string | ||
username | string | |
password | string | |
fullName | string | |
timezone | Timezone | |
siteAdmin | bool | |
return | int? |
public GetList ( |
||
requestParameters | ||
return | List |
public GetLoginToken ( int userId, string returnUrl = "/" ) : |
||
userId | int | |
returnUrl | string | |
return |
public Update ( int userId, string email = null, string username = null, string password = null, string fullName = null, Timezone timezone = null, bool siteAdmin = false ) : bool? | ||
userId | int | |
string | ||
username | string | |
password | string | |
fullName | string | |
timezone | Timezone | |
siteAdmin | bool | |
return | bool? |
public UserService ( IApiProvider provider ) : System | ||
provider | IApiProvider | |
return | System |