create_user_sync
Description:
[ Version ( since = "1.3" ) ]
public UserInformation create_user_sync (string email, CreateUserFlags flags, Cancellable? cancellable = null) throws Error
public UserInformation create_user_sync (string email, CreateUserFlags flags, Cancellable? cancellable = null) throws Error
Create a local user account for the given user.
Parameters:
| this |
a Client. |
|
the email of the user to create. |
|
| flags |
a set of CreateUserFlags to control how the user account is created. |
| cancellable |
a Cancellable or null. |
Returns:
|
a UserInformation or null on error. |