SHORT: I need to know all the hooks for when a user is created, edited or deleted
Hello, any help will be highly appreciated.
Considerations
- I have access via the GAPPS API to create, update, delete users on my Google Apps account.
- I´m running WordPress µ as platform
What I need is to call the GAPPS functions whenever a user is created, edited or deleted on WordPress, I´ve found some hooks but would like to know where exactly I sould put the code so I don´t miss any update risking the synchronization of users.
It would be Ideal to do this via a plugin, using only hooks. But I´m willing to modify the core.
Regards, Cristian