Title: Create users from attendees
Last modified: March 26, 2019

---

# Create users from attendees

 *  Resolved [michaelruhe](https://wordpress.org/support/users/michaelruhe/)
 * (@michaelruhe)
 * [7 years, 2 months ago](https://wordpress.org/support/topic/create-users-from-attendees/)
 * Hi!
 * I want my attendees as wordpress users after booking an event. I need this, because
   I want them in my CRM, that is able to generate contacts from users.
 * How do I get Events Made Easy do this?
 * I allo bookings from non wordpress users, to generate an easy sign on process.
   So what I need is that during booking, the attendee data gets into my user DB.
   Is there any script or setting that does this? Is anyone able to send my e.g.
   a function.php change?
 * Thank you so much für you help!
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fcreate-users-from-attendees%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

Viewing 1 replies (of 1 total)

 *  Plugin Author [Franky](https://wordpress.org/support/users/liedekef/)
 * (@liedekef)
 * [7 years, 2 months ago](https://wordpress.org/support/topic/create-users-from-attendees/#post-11358316)
 * You can hook into eme_insert_rsvp_action , see [https://www.e-dynamics.be/wordpress/category/documentation/12-hooks-and-filters/](https://www.e-dynamics.be/wordpress/category/documentation/12-hooks-and-filters/)
 * To get the person from the passed $booking parameter, use something like this:
 * `$person = eme_get_person($booking['person_id'];`
 * The rest of the code (to create a WP user), is to be found in the wordpress documentation.
   
   Personally, I wouldn’t want all people subscribing to be WP users (I would see
   if your crm has no available API/hook to do this directly), but I leave that 
   up to you of course.

Viewing 1 replies (of 1 total)

The topic ‘Create users from attendees’ is closed to new replies.

 * ![](https://ps.w.org/events-made-easy/assets/icon-256x256.png?rev=1856035)
 * [Events Made Easy](https://wordpress.org/plugins/events-made-easy/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/events-made-easy/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/events-made-easy/)
 * [Active Topics](https://wordpress.org/support/plugin/events-made-easy/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/events-made-easy/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/events-made-easy/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [Franky](https://wordpress.org/support/users/liedekef/)
 * Last activity: [7 years, 2 months ago](https://wordpress.org/support/topic/create-users-from-attendees/#post-11358316)
 * Status: resolved