Specify the id of the user in case you are importing from a different system and want to re-use the user IDs (for whatever reason).
Pass "true" if the user must change the password when logging in the first time.
Pass "true" if you are creating the user with a pre-hashed password; supported hashing mechanisms are:
bcrypt(password)
bcrypt(SHA256(password))
Generated using TypeDoc
Specify the id of the user in case you are importing from a different system and want to re-use the user IDs (for whatever reason).