create_user_async


Description:

[ Version ( since = "1.3" ) ]
public async UserInformation create_user_async (string email, CreateUserFlags flags, Cancellable? cancellable) throws Error

Asynchronously create a local user account.

See create_user_sync for more information.

Parameters:

this

a Client.

email

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.

callback

a TaskReadyCallback to call when the request is satisfied.

user_data

the data to pass to callback function.