register

abstract suspend fun register(username: String? = null, password: String? = null, accountType: AccountType? = null, deviceId: String? = null, initialDeviceDisplayName: String? = null, inhibitLogin: Boolean? = null, refreshToken: Boolean? = null, isAppservice: Boolean = false): Result<UIA<Register.Response>>

See also