Discussions
How to send activation email through API
7 months ago by Tim R
Is it possible to send a new employee an activation email through the API?
The manual process to do this is documented here: https://community.tcpsoftware.com/s/article/Send-an-Activation-Email-via-Staff-s-Profile
7 months ago by Sinisa TovilovicAdmin
Hello Tim,
Yes, it is possible, use PUT employee endpoint with parameter confirm_user=1, and it should send activation email with a link to the email assigned to the user with ID given in the path parameter.