[ Version ( since = "1.3" ) ]
public UserInformation create_user_sync (string email, CreateUserFlags flags, Cancellable? cancellable = null) throws Error
Create a local user account for the given user.
| 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. |
|
a UserInformation or null on error. |