In a multisite setup, you can associate an existing user in the network to a site. The standard wp_insert_user function doesn't seem to have the proper logic to handle. How would I do this for multisite?
Also, is there a way to see if a given user is already associated with a particular site?